2007-09-15 20:04:18 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.20 2007/09/15 20:04:20 merdely Exp $
|
1998-01-23 06:15:35 +00:00
|
|
|
|
2007-08-27 10:39:21 +00:00
|
|
|
COMMENT= collection of ATM fonts from the CICA archives
|
2001-05-06 04:41:05 +00:00
|
|
|
|
1998-01-23 06:15:35 +00:00
|
|
|
DISTNAME= freefonts-0.10
|
2007-09-05 05:40:03 +00:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
1998-01-23 06:15:35 +00:00
|
|
|
CATEGORIES= x11
|
2002-10-29 19:48:57 +00:00
|
|
|
|
2001-07-13 11:23:37 +00:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/ \
|
|
|
|
ftp://ftp.funet.fi/pub/mirrors/ftp.gimp.org/gimp/fonts/
|
1998-01-23 06:15:35 +00:00
|
|
|
|
2000-12-23 15:32:00 +00:00
|
|
|
HOMEPAGE= http://www.gimp.org/fonts.html
|
2003-10-08 17:13:14 +00:00
|
|
|
|
|
|
|
# lots of different custom licenses, the worst one wins
|
2007-09-15 20:04:18 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= may not sell
|
|
|
|
PERMIT_PACKAGE_FTP= no license
|
|
|
|
PERMIT_DISTFILES_CDROM= may not sell
|
|
|
|
PERMIT_DISTFILES_FTP= no license
|
2000-04-18 10:34:08 +00:00
|
|
|
|
2000-02-10 23:14:27 +00:00
|
|
|
WRKDIST= ${WRKDIR}
|
2000-05-17 15:37:55 +00:00
|
|
|
NO_BUILD= Yes
|
2002-10-29 19:48:57 +00:00
|
|
|
NO_REGRESS= Yes
|
2004-02-01 20:17:47 +00:00
|
|
|
PKG_ARCH= *
|
2000-05-17 15:37:55 +00:00
|
|
|
FREEFONTDIR= ${PREFIX}/lib/X11/fonts
|
1998-01-23 06:15:35 +00:00
|
|
|
|
2000-05-17 15:37:55 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_DATA_DIR} ${FREEFONTDIR}
|
2007-08-27 10:39:21 +00:00
|
|
|
cd ${WRKDIST} && tar -cf - -s '/^.*fonts.dir//' freefont | (cd ${FREEFONTDIR} && tar -xf -)
|
1998-01-23 06:15:35 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|