1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-fonts/urwfonts/Makefile
Satoshi Asami 7acef1cd7a Change PKGDIR from pkg/ to . Also fix places where ${PKGDIR} is
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
2000-10-08 10:23:48 +00:00

23 lines
393 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
CATEGORIES= x11-fonts
MASTER_SITES= http://www.gimp.org/
DISTNAME= urw-fonts
MAINTAINER= olgeni@uli.it
NO_WRKSUBDIR= yes
USE_X_PREFIX= yes
post-install:
@${CAT} ${DESCR}
.include <bsd.port.mk>