[csw-devel] SF.net SVN: gar:[14204] csw/mgar/pkg/newpkg-Makefile
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Fri Apr 15 14:59:43 CEST 2011
Revision: 14204
http://gar.svn.sourceforge.net/gar/?rev=14204&view=rev
Author: skayser
Date: 2011-04-15 12:59:42 +0000 (Fri, 15 Apr 2011)
Log Message:
-----------
pkg: add Makefile template for mgar, gmake newpkg can be converted to use this too
Added Paths:
-----------
csw/mgar/pkg/newpkg-Makefile
Added: csw/mgar/pkg/newpkg-Makefile
===================================================================
--- csw/mgar/pkg/newpkg-Makefile (rev 0)
+++ csw/mgar/pkg/newpkg-Makefile 2011-04-15 12:59:42 UTC (rev 14204)
@@ -0,0 +1,27 @@
+# $Id: Makefile 13420 2011-02-20 21:04:03Z bdwalton $
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+NAME = %NAME%
+VERSION = %VERSION%
+CATEGORIES = category
+
+DESCRIPTION = Brief description
+define BLURB
+ Long description
+endef
+
+MASTER_SITES =
+DISTFILES = $(DISTNAME).tar.gz
+
+# File name regex to get notifications about upstream software releases
+# NOTE: Use this only if the automatic regex creation
+# does not work for your package
+# UFILES_REGEX = $(NAME)-(\d+(?:\.\d+)*).tar.gz
+
+# If the url used to check for software update is different of MASTER_SITES, then
+# uncomment the next line. Otherwise it is set by default to the value of MASTER_SITES
+# UPSTREAM_MASTER_SITES =
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list