summaryrefslogtreecommitdiff
path: root/devel/asl/Makefile
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-06-20 08:13:47 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-06-20 08:13:47 +0000
commit15810db6315992a7bcba89b0c9bdb44fc9b54f48 (patch)
treee3bb2afe236b8fe7b28056a7d4a4bcbf07bf633f /devel/asl/Makefile
parentUpgrade to version 2.8. Update my e-mail address, while I'm here. (diff)
Import of asl port. asl is an assembler for a wide range of
microcontrollers/-processors.
Notes
Notes: svn path=/head/; revision=7017
Diffstat (limited to 'devel/asl/Makefile')
-rw-r--r--devel/asl/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/asl/Makefile b/devel/asl/Makefile
new file mode 100644
index 000000000000..b2a37c2653e5
--- /dev/null
+++ b/devel/asl/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: asl
+# Version required: 1.41r5
+# Date created: 18 June 1997
+# Whom: Thomas Gellekum <tg@freebsd.org>
+#
+# $Id$
+#
+
+DISTNAME= asl-1.41r5
+CATEGORIES= devel
+MASTER_SITES= ftp://zam091.zam.kfa-juelich.de/pub/msdos/assembler/c_version/
+
+MAINTAINER= ports@FreeBSD.org
+
+post-extract:
+ ${CP} ${FILESDIR}/Makefile.def ${WRKSRC}
+
+post-install:
+ ${MKDIR} ${PREFIX}/share/doc/asl
+ ${INSTALL_DATA} ${WRKSRC}/doc_EN/as.doc ${PREFIX}/share/doc/asl
+
+.include <bsd.port.mk>