aboutsummaryrefslogtreecommitdiff
path: root/misc/hello/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-29 09:36:17 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-29 09:36:17 +0000
commit05ce77e5d237dd84a4a88878b06941bb4cf1ec09 (patch)
tree9d17a58ed3024c4a6f35f67f2b1095990ef1b2a7 /misc/hello/Makefile
parent93a81566acfd457cff05484595e2f24ae3d7acfa (diff)
downloadports-05ce77e5d237dd84a4a88878b06941bb4cf1ec09.tar.gz
ports-05ce77e5d237dd84a4a88878b06941bb4cf1ec09.zip
Notes
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>