![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / misc / figlet-fonts / Makefile (download)
Revision 1.8, Sat Mar 4 21:30:11 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.8 2006/03/04 21:30:11 jlam Exp $ # DISTNAME= figlet-fonts-20021023 PKGREVISION= 1 CATEGORIES= misc MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/fonts/ DISTFILES= contributed.tar.gz international.tar.gz ms-dos.tar.gz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.figlet.org/ COMMENT= Additional fonts for figlet DEPENDS+= figlet-[0-9]*:../../misc/figlet DIST_SUBDIR= ${DISTNAME} NO_CONFIGURE= yes NO_BUILD= yes USE_TOOLS+= gtar gzcat INSTALLATION_DIRS= bin share/figlet post-extract: cd ${WRKDIR}/international && \ ${GZCAT} cjkfonts.tar.gz | ${GTAR} -xf - && \ ${RM} -f cjkfonts.tar.gz # conflicts with font of same name in figlet ${MV} ${WRKDIR}/contributed/banner.flf ${WRKDIR}/contributed/banner1.flf do-install: cd ${WRKDIR}/contributed && \ ${INSTALL_DATA} *.fl* *.txt ${PREFIX}/share/figlet cd ${WRKDIR}/contributed/bdffonts && \ ${INSTALL_DATA} *.* ${PREFIX}/share/figlet cd ${WRKDIR}/contributed/C64-fonts && \ ${INSTALL_DATA} *.* ${PREFIX}/share/figlet cd ${WRKDIR}/international && \ ${INSTALL_DATA} *.* ${PREFIX}/share/figlet ${INSTALL_SCRIPT} ${WRKDIR}/international/febrew ${PREFIX}/bin ${INSTALL_DATA} ${WRKDIR}/ms-dos/dosrebel.flf ${PREFIX}/share/figlet .include "../../mk/bsd.pkg.mk"