pkgsrc/misc/zorro/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
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.
2006-03-04 21:28:51 +00:00

32 lines
792 B
Makefile

# $NetBSD: Makefile,v 1.22 2006/03/04 21:30:13 jlam Exp $
DISTNAME= zorro-1.1p8
PKGNAME= zorro-1.1.8
PKGREVISION= 1
CATEGORIES= misc tk
MASTER_SITES= ftp://ftp.neosoft.com/pub/tcl/sorted/apps/zorro-1.1p8/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Simple to-do list manager
DEPENDS+= tk>=8.3.2:../../x11/tk
NO_BUILD= yes
INSTALLATION_DIRS= bin
.include "../../mk/x11.buildlink3.mk"
post-patch:
( cd ${WRKSRC} ; ${SED} 's|@PREFIX@|'${PREFIX}'|g' \
<zorro >zorro.BAK ; ${MV} zorro.BAK zorro )
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/zorro ${PREFIX}/bin/zorro
${INSTALL_DATA_DIR} ${PREFIX}/share/zorro
${INSTALL_DATA} ${WRKSRC}/DOTzorrorc ${PREFIX}/share/zorro
@${ECHO} ""
@${ECHO} "Take a look at ${PREFIX}/share/zorro/DOTzorrorc"
@${ECHO} ""
.include "../../mk/bsd.pkg.mk"