![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / graphics / urt / Makefile (download)
Revision 1.42, Sat Mar 4 21:29:52 2006 UTC (17 years, 9 months ago) by jlam
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. |
# $NetBSD: Makefile,v 1.42 2006/03/04 21:29:52 jlam Exp $ DISTNAME= urt PKGNAME= urt-3.1b1 PKGREVISION= 6 CATEGORIES= graphics MASTER_SITES= ftp://ftp.cs.utah.edu/pub/dept/OLD/pub/ DISTFILES= urt-3.1b.tar.Z urt-doc.tar urt-img.tar PATCH_SITES= ftp://ptolemy.berkeley.edu/pub/misc/urt/ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Toolkit and library for raster image processing EXTRACT_ONLY= urt-3.1b.tar.Z WRKSRC= ${WRKDIR} USE_LIBTOOL= yes CONFIGURE_SCRIPT=./Configure CONFIGURE_ARGS+= config/urt HAS_CONFIGURE= yes MAKEFILE= makefile BUILD_TARGET= post-extract: ${CHMOD} 644 ${WRKSRC}/man/man1/rletotarga.1 post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/urt ${PREFIX}/share/examples/urt cd ${PREFIX}/share/doc/urt && (\ ${PAX} -r -p m -s '/doc/./' -f ${DISTDIR}/urt-doc.tar; ) cd ${PREFIX}/share/examples/urt && (\ ${PAX} -r -p m -f ${DISTDIR}/urt-img.tar; \ ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} . ; \ ${FIND} . -type d -exec ${CHMOD} 755 '{}' \; ; \ ${FIND} . -type f -exec ${CHMOD} 644 '{}' \;) .include "../../graphics/netpbm/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk"