1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/x11-fonts/sharefonts/Makefile
Eitan Adler b63a28f690 "aaargh, quoted Makefile variables"
Approved by:	portmgr (bapt)
2013-03-18 21:56:30 +00:00

27 lines
638 B
Makefile

# Created by: 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>