aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts/sharefonts/Makefile
blob: 09dadb9f10fe634752e9de47c54037ae9b4d26d5 (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
# Created by: dburr@FreeBSD.org
# $FreeBSD$

PORTNAME=   sharefonts
PORTVERSION=    0.10
PORTREVISION=   3
CATEGORIES= x11-fonts
MASTER_SITES=   ftp://ftp.gimp.org/pub/gimp/fonts/

MAINTAINER= olgeni@FreeBSD.org
COMMENT=    Collection of shareware ATM fonts from the CICA archives

RESTRICTED= Shareware: cannot be distributed without prior authorization
BROKEN=     does not fetch

NO_BUILD=   yes

FONTDIR?=   ${PREFIX}/lib/X11/fonts/${PORTNAME}
PLIST_SUB=  FONTDIR="${FONTDIR:S|${PREFIX}/||}"

do-install:
    @${MKDIR} ${STAGEDIR}${FONTDIR}
    ${INSTALL_DATA} ${WRKDIR}/sharefont/* ${STAGEDIR}${FONTDIR}

.include <bsd.port.mk>