freebsd-ports/x11-fonts/urwfonts/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

29 lines
595 B
Makefile

# New ports collection makefile for: urwfonts
# Date created: Sat Aug 12 15:02:03 CEST 2000
# Whom: olgeni@uli.it
#
# $FreeBSD$
#
PORTNAME= urwfonts
PORTVERSION= 1.0
PORTREVISION= 2
CATEGORIES= x11-fonts
MASTER_SITES= ftp://ftp.gimp.org/pub/gimp/fonts/
DISTNAME= urw-fonts
MAINTAINER= olgeni@FreeBSD.org
COMMENT= Another font package for X
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
NO_BUILD= yes
post-extract:
@${CHMOD} ${SHAREMODE} ${WRKDIR}/URW/*
post-install:
@command fc-cache -v ${PREFIX}/lib/X11/fonts/URW || true
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>