aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fonts
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-06-17 10:37:15 +0800
committerwill <will@FreeBSD.org>2000-06-17 10:37:15 +0800
commit6dd7168cddcf03645b7b524d0eaec762ba4a5c26 (patch)
treedde5ee054b255f449dc09b875bfef1cb678c4d3e /x11-fonts
parent09860925596143f36628cd7f462f54e90412d7ae (diff)
downloadfreebsd-ports-gnome-6dd7168cddcf03645b7b524d0eaec762ba4a5c26.tar.gz
freebsd-ports-gnome-6dd7168cddcf03645b7b524d0eaec762ba4a5c26.tar.zst
freebsd-ports-gnome-6dd7168cddcf03645b7b524d0eaec762ba4a5c26.zip
Lots and lots of cleanups. Teach p5-* in general about PKGNAMEPREFIX.
Add some missing/wrong dependencies. Show how to respect CC/CFLAGS. Many miscellaneous modifications. I used more excessive hacks to force p5-Jcode and p5-WWW-Search to respect CC/CFLAGS. Patches largely done by: Christian Weisgerber <naddy@mips.inka.de>
Diffstat (limited to 'x11-fonts')
-rw-r--r--x11-fonts/p5-type1inst/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-fonts/p5-type1inst/Makefile b/x11-fonts/p5-type1inst/Makefile
index 092bd93264e3..896fe6c085d0 100644
--- a/x11-fonts/p5-type1inst/Makefile
+++ b/x11-fonts/p5-type1inst/Makefile
@@ -5,27 +5,26 @@
# $FreeBSD$
#
-PORTNAME= p5-type1inst
+PORTNAME= type1inst
PORTVERSION= 0.6.1
CATEGORIES= x11-fonts perl5
-MASTER_SITES= $(MASTER_SITE_SUNSITE)
+MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR=X11/xutils
-DISTNAME= type1inst-${PORTVERSION}
+PKGNAMEPREFIX= p5-
MAINTAINER= giffunip@asme.org
-RUN_DEPENDS= $(X11BASE)/bin/mkfontdir:${PORTSDIR}/x11/XFree86
-
USE_PERL5= yes
+USE_XLIB= yes
NO_BUILD= yes
STRIP=
-MANN= type1inst.n
+MAN1= type1inst.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/type1inst ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/t1embed ${PREFIX}/bin
- $(INSTALL_MAN) ${WRKSRC}/type1inst.man ${PREFIX}/man/mann/type1inst.n
+ ${INSTALL_MAN} ${WRKSRC}/type1inst.man ${PREFIX}/man/man1/type1inst.1
.if !defined(NOPORTDOCS)
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/README.type1inst
.endif