diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:30:35 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-16 04:30:35 +0000 |
commit | 73c3ce4c1819d711fb6eeeed0105cea964ac88ac (patch) | |
tree | 5012b7a324f70a3a6730218f335d75cf321c1d18 /devel/gputils/Makefile | |
parent | Add nucleus 0.77, another font package (some mozilla stuff in there). (diff) |
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/gputils/Makefile')
-rw-r--r-- | devel/gputils/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/gputils/Makefile b/devel/gputils/Makefile new file mode 100644 index 000000000000..58a0ec64affd --- /dev/null +++ b/devel/gputils/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> |