summaryrefslogtreecommitdiff
path: root/x11-fonts/urwfonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fonts/urwfonts/Makefile')
-rw-r--r--x11-fonts/urwfonts/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/x11-fonts/urwfonts/Makefile b/x11-fonts/urwfonts/Makefile
new file mode 100644
index 000000000000..34bed863bb69
--- /dev/null
+++ b/x11-fonts/urwfonts/Makefile
@@ -0,0 +1,22 @@
+# 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} ${PKGDIR}/DESCR
+
+.include <bsd.port.mk>