diff options
Diffstat (limited to 'devel/tpasm/Makefile')
-rw-r--r-- | devel/tpasm/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/devel/tpasm/Makefile b/devel/tpasm/Makefile index 83d09aacd0d..04645e1ff2d 100644 --- a/devel/tpasm/Makefile +++ b/devel/tpasm/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2012/10/31 11:19:51 asau Exp $ +# $NetBSD: Makefile,v 1.19 2012/11/15 16:44:56 shattered Exp $ # -DISTNAME= tpasm1.0r -PKGNAME= tpasm-1.0r -PKGREVISION= 1 +DISTNAME= tpasm1.7 +PKGNAME= tpasm-1.7 CATEGORIES= devel MASTER_SITES= ftp://ftp.ct0.com/pub/ EXTRACT_SUFX= .tgz @@ -12,7 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.sqt.com/ COMMENT= Assembler for 6805, 68HC11, 6502, Surplus, 8051, Z80, PIC, and AVR -WRKSRC= ${WRKDIR}/tpasm USE_LANGUAGES= c++ USE_TOOLS+= gmake |