7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
33 lines
737 B
Makefile
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>
|