freebsd-ports/x11-fonts/urwfonts/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

31 lines
633 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= 3
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
RUN_DEPENDS= fc-cache:${PORTSDIR}/x11-fonts/fontconfig
NO_WRKSUBDIR= 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>