9c8b5ede43
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
27 lines
713 B
Makefile
27 lines
713 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:30 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= tpasm1.0r
|
|
PKGNAME= tpasm-1.0r
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://ftp.ct0.com/pub/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
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_TOOLS+= gmake
|
|
|
|
INSTALLATION_DIRS= bin
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/libdata/tpasm
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tpasm
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tpasm ${PREFIX}/bin
|
|
${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/libdata/tpasm
|
|
${INSTALL_DATA} ${WRKSRC}/MANUAL.TXT ${PREFIX}/share/doc/tpasm
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|