openbsd-ports/x11/freefonts/Makefile
2002-10-29 19:48:57 +00:00

29 lines
667 B
Makefile

# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:58 naddy Exp $
COMMENT= "collection of ATM fonts from the CICA archives"
DISTNAME= freefonts-0.10
CATEGORIES= x11
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.gimp.org/gimp/fonts/
HOMEPAGE= http://www.gimp.org/fonts.html
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
USE_X11= Yes
NO_BUILD= Yes
NO_REGRESS= Yes
FREEFONTDIR= ${PREFIX}/lib/X11/fonts
do-install:
${INSTALL_DATA_DIR} ${FREEFONTDIR}
cd ${WRKDIST} && tar cf - freefont | (cd ${FREEFONTDIR} && tar -xf -)
.include <bsd.port.mk>