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 | Respect Perl's LDDLFLAGS. (diff) |
Add a template for the port Makefiles
Notes
Notes:
svn path=/head/; revision=373972
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> + |