openbsd-ports/x11/freefonts/Makefile
espie 100196f27a Zap default MAINTAINER from Makefile.
Especially now that the default line is more verbose.
2001-10-28 13:05:44 +00:00

34 lines
788 B
Makefile

# OpenBSD makefile for: freefonts
# Version required: 0.10
# Date created: 11 January 1998
# Whom: Don Schmidt
#
# $OpenBSD: Makefile,v 1.12 2001/10/28 13:05:50 espie Exp $
#
COMMENT= "collection of ATM fonts from the CICA archives"
DISTNAME= freefonts-0.10
CATEGORIES= x11
NEED_VERSION= 1.402
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
FREEFONTDIR= ${PREFIX}/lib/X11/fonts
do-install:
${INSTALL_DATA_DIR} ${FREEFONTDIR}
cd ${WRKDIST} && tar cf - freefont | (cd ${FREEFONTDIR} && tar -xf -)
.include <bsd.port.mk>