freebsd-ports/devel/gputils/Makefile
Will Andrews 73c3ce4c18 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>
2000-09-16 04:30:35 +00:00

23 lines
434 B
Makefile

# 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>