1998-05-16 04:08:04 +02:00
|
|
|
# New ports collection makefile for: sharefonts
|
|
|
|
# Date created: Thu Mar 26 04:50:00 PST 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: dburr@FreeBSD.org
|
1998-05-16 04:08:04 +02:00
|
|
|
#
|
1999-08-31 05:04:38 +02:00
|
|
|
# $FreeBSD$
|
1998-05-16 04:08:04 +02:00
|
|
|
#
|
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= sharefonts
|
|
|
|
PORTVERSION= 0.10
|
1998-08-08 00:43:13 +02:00
|
|
|
CATEGORIES= x11-fonts
|
1998-05-16 04:08:04 +02:00
|
|
|
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
|
|
|
|
|
2006-03-26 19:56:50 +02:00
|
|
|
MAINTAINER= olgeni@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A collection of shareware ATM fonts from the CICA archives
|
1998-05-16 04:08:04 +02:00
|
|
|
|
|
|
|
RESTRICTED= "Shareware. Cannot be distributed w/o prior authorization."
|
|
|
|
|
|
|
|
NO_BUILD= yes
|
|
|
|
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1998-05-16 04:08:04 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${MKDIR} ${PREFIX}/lib/X11/fonts/sharefont
|
|
|
|
${CP} ${WRKDIR}/sharefont/* ${PREFIX}/lib/X11/fonts/sharefont
|
1999-08-22 21:01:07 +02:00
|
|
|
${CHMOD} 755 ${PREFIX}/lib/X11/fonts/sharefont
|
|
|
|
${CHMOD} 644 ${PREFIX}/lib/X11/fonts/sharefont/*
|
1998-05-16 04:08:04 +02:00
|
|
|
|
|
|
|
post-install:
|
2005-08-28 21:30:56 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1998-05-16 04:08:04 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|