pkgsrc/fonts/geoslab703-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

27 lines
657 B
Makefile

# $NetBSD: Makefile,v 1.11 2006/03/04 21:29:39 jlam Exp $
#
DISTNAME= geoslab703-ttf-20010522
PKGREVISION= 4
CATEGORIES= fonts
MASTER_SITES= http://www.will-harris.com/fonts/
DISTFILES= geo703l.ttf geo703li.ttf
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.will-harris.com/fonts/freefonts.htm
COMMENT= Free TrueType fonts from Bitstream, useful for web viewing
DIST_SUBDIR= geoslab703-ttf
EXTRACT_ONLY= # empty
USE_X11BASE= YES
NO_CONFIGURE= YES
NO_BUILD= YES
FONTS_DIRS.ttf= ${PREFIX}/lib/X11/fonts/TTF
do-install:
${INSTALL_DATA_DIR} ${FONTS_DIRS.ttf}
${INSTALL_DATA} ${_DISTDIR}/*.ttf ${FONTS_DIRS.ttf}
.include "../../mk/bsd.pkg.mk"