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.
32 lines
895 B
Makefile
32 lines
895 B
Makefile
# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:38 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= chkfontpath-1.9.7
|
|
PKGREVISION= 3
|
|
CATEGORIES= fonts
|
|
MASTER_SITES= ftp://ftp.redhat.com/pub/redhat/linux/9/en/os/i386/SRPMS/
|
|
EXTRACT_SUFX= -1.src.rpm
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Command line tool to manage X server's font path
|
|
|
|
BUILD_DEPENDS+= rpm2cpio>=1.1:../../converters/rpm2cpio
|
|
|
|
MAKE_ENV+= VERSION=${PKGVERSION:Q}
|
|
USE_TOOLS+= gmake gtar
|
|
|
|
INSTALLATION_DIRS= bin man/man8
|
|
|
|
# Might as well make this a general scheme for .src.rpm files... - HF
|
|
do-extract:
|
|
cd ${WRKDIR} ; \
|
|
${PREFIX}/bin/rpm2cpio.pl ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} \
|
|
| ${PAX} -r ; \
|
|
${GTAR} zxf ${DISTNAME}.tar.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/chkfontpath ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/man/en/chkfontpath.8 ${PREFIX}/man/man8
|
|
|
|
.include "../../devel/popt/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|