freebsd-ports/x11-fonts/sharefonts/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

33 lines
737 B
Makefile

# New ports collection makefile for: sharefonts
# Date created: Thu Mar 26 04:50:00 PST 1998
# Whom: dburr@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sharefonts
PORTVERSION= 0.10
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
MAINTAINER= dburr@FreeBSD.org
RESTRICTED= "Shareware. Cannot be distributed w/o prior authorization."
NO_CDROM= ${RESTRICTED}
NO_PACKAGE= ${RESTRICTED}
NO_BUILD= yes
USE_X_PREFIX= yes
do-install:
${MKDIR} ${PREFIX}/lib/X11/fonts/sharefont
${CP} ${WRKDIR}/sharefont/* ${PREFIX}/lib/X11/fonts/sharefont
${CHMOD} 755 ${PREFIX}/lib/X11/fonts/sharefont
${CHMOD} 644 ${PREFIX}/lib/X11/fonts/sharefont/*
post-install:
@${CAT} ${DESCR}
.include <bsd.port.mk>