diff options
author | bapt <bapt@FreeBSD.org> | 2014-12-05 01:25:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-12-05 01:25:03 +0800 |
commit | ea1bd172b599b08f7951dc8ddcb94ca0842b1949 (patch) | |
tree | f5110a3339c489d7dbbcc36885e017052ddcb9ef /Templates/Makefile | |
parent | 5c14d79836c32c0302847a3da8125db18dd90ef5 (diff) | |
download | freebsd-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/Makefile | 12 |
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> + |