aboutsummaryrefslogtreecommitdiff
path: root/Templates
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-04 17:25:03 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-04 17:25:03 +0000
commit97ffd4220fab90f983e60dfc84272ae6aea510c4 (patch)
treef5110a3339c489d7dbbcc36885e017052ddcb9ef /Templates
parent87980c7705e7a54b62712e09ee087ece22d8d009 (diff)
downloadports-97ffd4220fab90f983e60dfc84272ae6aea510c4.tar.gz
ports-97ffd4220fab90f983e60dfc84272ae6aea510c4.zip
Add a template for the port Makefiles
Notes
Notes: svn path=/head/; revision=373972
Diffstat (limited to 'Templates')
-rw-r--r--Templates/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/Templates/Makefile b/Templates/Makefile
new file mode 100644
index 000000000000..f7f442e7570c
--- /dev/null
+++ b/Templates/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTNAME=
+PORTVERSION=
+CATEGORIES=
+MASTER_SITES=
+
+MAINTAINER=
+COMMENT=
+
+.include <bsd.port.mk>
+