freebsd-ports/x11-fonts/sharefonts/Makefile
Martin Wilke ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00

30 lines
758 B
Makefile

# 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>