svn commit: r373972 - head/Templates

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 4 17:25:04 UTC 2014


Author: bapt
Date: Thu Dec  4 17:25:03 2014
New Revision: 373972
URL: https://svnweb.freebsd.org/changeset/ports/373972
QAT: https://qat.redports.org/buildarchive/r373972/

Log:
  Add a template for the port Makefiles

Added:
  head/Templates/Makefile   (contents, props changed)

Added: head/Templates/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/Templates/Makefile	Thu Dec  4 17:25:03 2014	(r373972)
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+PORTNAME=
+PORTVERSION=
+CATEGORIES=
+MASTER_SITES=
+
+MAINTAINER=
+COMMENT=
+
+.include <bsd.port.mk>
+


More information about the svn-ports-head mailing list