blob: 081ebb3176769e16988bfe2b6e3d94498f195381 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# 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
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
MAINTAINER= olgeni@FreeBSD.org
COMMENT= A collection of shareware ATM fonts from the CICA archives
RESTRICTED= "Shareware. Cannot be distributed w/o prior authorization."
NO_BUILD= 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} ${PKGMESSAGE}
.include <bsd.port.mk>
|