freebsd-ports/x11-fonts/sharefonts/Makefile
Jimmy Olgeni 0f4f58c29e Unbreak with working MASTER_SITES.
PR:		ports/189908
Submitted by:	Jonas Hofmann <freebsd-pr@jhofmann.se>
2014-05-18 13:09:12 +00:00

28 lines
762 B
Makefile

# Created by: dburr@FreeBSD.org
# $FreeBSD$
PORTNAME= sharefonts
PORTVERSION= 0.10
PORTREVISION= 3
CATEGORIES= x11-fonts
MASTER_SITES= http://download.gimp.org/pub/%SUBDIR%/ \
ftp://ftp.sunet.se/pub/gnu/%SUBDIR%/ \
http://ftp.gwdg.de/pub/misc/grafik/gimp/%SUBDIR%/ \
http://mirrors.xmission.com/gimp/%SUBDIR%/
MASTER_SITE_SUBDIR= gimp/fonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Collection of shareware ATM fonts from the CICA archives
RESTRICTED= Shareware: cannot be distributed without prior authorization
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>