summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1998-07-01 19:14:43 +0000
committerJulian Elischer <julian@FreeBSD.org>1998-07-01 19:14:43 +0000
commit29c43928b8611061eac9e3d56c8b695272e84510 (patch)
tree4cddda90a5cffe6ee37540ccf533a313c54d4284 /devel
parentSubmitted by: archie Cobbs (archie@whistle.com) (diff)
oops forgot the makefile
Notes
Notes: svn path=/head/; revision=11643
Diffstat (limited to 'devel')
-rw-r--r--devel/a2dev/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/a2dev/Makefile b/devel/a2dev/Makefile
new file mode 100644
index 000000000000..796e64755e5f
--- /dev/null
+++ b/devel/a2dev/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: a2dev
+# Version required: 1.0
+# Date created: 1 July 1998
+# Whom: Archie L. Cobbs <archie@whistle.com>
+#
+# $Id: Makefile,v 1.1.1.1 1998/01/09 23:23:40 julian Exp $
+
+DISTNAME= a2dev-1.2
+CATEGORIES= devel
+
+EXTRACT_SUFX= .tgz
+MASTER_SITES= ftp://ftp.whistle.com/pub/archie/a2dev/
+
+MAINTAINER= archie@whistle.com
+PATCH_STRIP= -p1
+
+USE_GMAKE= defined
+
+MAN1= a2asm.1 a2link.1 a2load.1 a2objx.1
+
+.include <bsd.port.mk>