aboutsummaryrefslogtreecommitdiff
path: root/misc/hello/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/hello/Makefile')
-rw-r--r--misc/hello/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile
new file mode 100644
index 000000000000..ec0a943a0298
--- /dev/null
+++ b/misc/hello/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: hello
+# Version required: 1.3
+# Date created: Fri Jul 23, 1999
+# Whom: shipley@dis.org
+#
+# $FreeBSD$
+#
+
+DISTNAME= hello-1.3
+PKGNAME= hello-1.3.1
+CATEGORIES= misc
+MASTER_SITES= ${MASTER_SITE_GNU}
+MASTER_SITE_SUBDIR= hello
+
+MAINTAINER= shipley@dis.org
+
+WRKSRC= ${WRKDIR}/hello-1.3
+
+GNU_CONFIGURE= YES
+
+.include <bsd.port.mk>