aboutsummaryrefslogtreecommitdiffstats
path: root/Templates/Makefile
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-12-05 01:25:03 +0800
committerbapt <bapt@FreeBSD.org>2014-12-05 01:25:03 +0800
commitea1bd172b599b08f7951dc8ddcb94ca0842b1949 (patch)
treef5110a3339c489d7dbbcc36885e017052ddcb9ef /Templates/Makefile
parent5c14d79836c32c0302847a3da8125db18dd90ef5 (diff)
downloadfreebsd-ports-gnome-ea1bd172b599b08f7951dc8ddcb94ca0842b1949.tar.gz
freebsd-ports-gnome-ea1bd172b599b08f7951dc8ddcb94ca0842b1949.tar.zst
freebsd-ports-gnome-ea1bd172b599b08f7951dc8ddcb94ca0842b1949.zip
Add a template for the port Makefiles
Diffstat (limited to 'Templates/Makefile')
-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>
+