pkgsrc/fonts/dbz-ttf/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

35 lines
828 B
Makefile

# $NetBSD: Makefile,v 1.15 2006/03/04 21:29:38 jlam Exp $
#
DISTNAME= dbz
PKGNAME= dbz-ttf-20050114
PKGREVISION= 1
CATEGORIES= fonts
MASTER_SITES= http://www.andrew.cmu.edu/~twm/fonts/
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://fonts.tom7.com/
COMMENT= Divide By Zero TrueType fonts created by Tom Murphy 7
DIST_SUBDIR= ${PKGNAME_NOREV}
LICENSE= dbz-ttf-license
RESTRICTED= Resale prohibited.
NO_SRC_ON_CDROM=${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
USE_X11= YES
NO_BUILD= YES
NO_CONFIGURE= YES
FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF
DOCDIR= ${PREFIX}/share/doc/dbz-ttf
do-install:
${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf}
${INSTALL_DATA} ${WRKDIR}/*.ttf ${FONTS_DIRS.ttf}
${INSTALL_DATA_DIR} ${DOCDIR}
${INSTALL_DATA} ${WRKDIR}/readme.txt ${DOCDIR}
.include "../../mk/bsd.pkg.mk"