summaryrefslogtreecommitdiffstats
path: root/devel/gpasm/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-09-16 04:30:35 +0000
committerwill <will@FreeBSD.org>2000-09-16 04:30:35 +0000
commit383c652a8157d9fe3548980c76b114fe74b6d5e9 (patch)
tree056f75a3f2b8487b9d76cd4b2fbbf933e09745e7 /devel/gpasm/Makefile
parent554a796e1e4418d0c5e024f5370f5cb8cc5332fc (diff)
downloadFreeBSD-ports-383c652a8157d9fe3548980c76b114fe74b6d5e9.zip
FreeBSD-ports-383c652a8157d9fe3548980c76b114fe74b6d5e9.tar.gz
Add GPASM 0.8.9, the GNU Pic assembler, which can compile assembly files
for 12c508 and 16c84 microcontrollers family. PR: 20396 Submitted by: Samuel Tardieu <sam@inf.enst.fr>
Diffstat (limited to 'devel/gpasm/Makefile')
-rw-r--r--devel/gpasm/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/gpasm/Makefile b/devel/gpasm/Makefile
new file mode 100644
index 0000000..58a0ec6
--- /dev/null
+++ b/devel/gpasm/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: gpasm
+# Date created: 4 Aug 2000
+# Whom: Samuel Tardieu <sam@inf.enst.fr>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gpasm
+PORTVERSION= 0.8.9
+CATEGORIES= devel
+MASTER_SITES= http://download.sourceforge.net/gpasm/
+
+MAINTAINER= sam@inf.enst.fr
+
+WRKSRC= ${WRKDIR}/${PORTNAME}-0.0.8
+GNU_CONFIGURE= yes
+MAKE_ARGS= DATADIR=${PREFIX}/share/gpasm
+
+post-install:
+ strip ${PREFIX}/bin/gpasm
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud