summaryrefslogtreecommitdiff
path: root/x11-fonts/sharefonts/Makefile
blob: ff7aa69ac9417322c07a58c6345b155d1a239743 (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
31
32
# New ports collection makefile for:    sharefonts
# Version required:     0.10
# Date created:         Thu Mar 26 04:50:00 PST 1998
# Whom:                 dburr@FreeBSD.ORG
#
# $Id: Makefile,v 1.1.1.1 1998/05/16 02:08:03 dburr Exp $
#

DISTNAME=	sharefonts-0.10
CATEGORIES=	x11
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 ${PKGDIR}/DESCR

.include <bsd.port.mk>