summaryrefslogtreecommitdiff
path: root/fonts/urwfonts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fonts/urwfonts/Makefile')
-rw-r--r--fonts/urwfonts/Makefile24
1 files changed, 0 insertions, 24 deletions
diff --git a/fonts/urwfonts/Makefile b/fonts/urwfonts/Makefile
deleted file mode 100644
index 4c82df09be6..00000000000
--- a/fonts/urwfonts/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2002/11/07 10:40:57 wiz Exp $
-#
-
-DISTNAME= urw-fonts
-PKGNAME= urwfonts-20021107
-CATEGORIES= fonts
-MASTER_SITES= http://www.gimp.org/
-
-MAINTAINER= packages@netbsd.org
-COMMENT= URW postscript fonts
-
-NO_PATCH= # defined
-NO_CONFIGURE= # defined
-NO_BUILD= # defined
-WRKSRC= ${WRKDIR}
-USE_X11BASE= yes
-
-X11FONTS= ${PREFIX}/lib/X11/fonts
-
-do-install:
- ${INSTALL_DATA_DIR} ${X11FONTS}
- cd ${WRKDIR} && ${PAX} -pe -rw URW ${X11FONTS}
-
-.include "../../mk/bsd.pkg.mk"