diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-04 17:25:03 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-04 17:25:03 +0000 |
commit | 97ffd4220fab90f983e60dfc84272ae6aea510c4 (patch) | |
tree | f5110a3339c489d7dbbcc36885e017052ddcb9ef /Templates/Makefile | |
parent | 87980c7705e7a54b62712e09ee087ece22d8d009 (diff) | |
download | ports-97ffd4220fab90f983e60dfc84272ae6aea510c4.tar.gz ports-97ffd4220fab90f983e60dfc84272ae6aea510c4.zip |
Notes
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> + |