openbsd-ports/x11/freefonts/Makefile

29 lines
667 B
Makefile
Raw Normal View History

2002-10-29 14:48:57 -05:00
# $OpenBSD: Makefile,v 1.14 2002/10/29 19:48:58 naddy Exp $
1998-01-23 01:15:35 -05:00
COMMENT= "collection of ATM fonts from the CICA archives"
1998-01-23 01:15:35 -05:00
DISTNAME= freefonts-0.10
CATEGORIES= x11
2002-10-29 14:48:57 -05:00
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ \
ftp://ftp.funet.fi/pub/mirrors/ftp.gimp.org/gimp/fonts/
1998-01-23 01:15:35 -05:00
2000-12-23 10:32:00 -05:00
HOMEPAGE= http://www.gimp.org/fonts.html
2000-04-18 06:34:08 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WRKDIST= ${WRKDIR}
2000-05-17 11:37:55 -04:00
USE_X11= Yes
NO_BUILD= Yes
2002-10-29 14:48:57 -05:00
NO_REGRESS= Yes
2000-05-17 11:37:55 -04:00
FREEFONTDIR= ${PREFIX}/lib/X11/fonts
1998-01-23 01:15:35 -05:00
2000-05-17 11:37:55 -04:00
do-install:
${INSTALL_DATA_DIR} ${FREEFONTDIR}
cd ${WRKDIST} && tar cf - freefont | (cd ${FREEFONTDIR} && tar -xf -)
1998-01-23 01:15:35 -05:00
.include <bsd.port.mk>