Add a template for the port Makefiles
This commit is contained in:
parent
87980c7705
commit
97ffd4220f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=373972
1 changed files with 12 additions and 0 deletions
12
Templates/Makefile
Normal file
12
Templates/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME=
|
||||
PORTVERSION=
|
||||
CATEGORIES=
|
||||
MASTER_SITES=
|
||||
|
||||
MAINTAINER=
|
||||
COMMENT=
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in a new issue