summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-03-19 19:40:56 +0000
committerantoine <antoine@FreeBSD.org>2015-03-19 19:40:56 +0000
commitc487a5266529c1ef37544315186edd709a2405e8 (patch)
tree1e95ec0183419593eafbde4c07616dcc581eacea
parent5493ed78ecfb5074d9fa41de884a0d868a1b082b (diff)
downloadFreeBSD-ports-c487a5266529c1ef37544315186edd709a2405e8.zip
FreeBSD-ports-c487a5266529c1ef37544315186edd709a2405e8.tar.gz
Add missing BUILD_DEPENDS and CONFIGURE_ARGS
-rw-r--r--x11-fonts/font-sun-misc/Makefile7
-rw-r--r--x11-fonts/font-winitzki-cyrillic/Makefile9
-rw-r--r--x11-fonts/font-xfree86-type1/Makefile6
3 files changed, 15 insertions, 7 deletions
diff --git a/x11-fonts/font-sun-misc/Makefile b/x11-fonts/font-sun-misc/Makefile
index 326b94a..18ebce3 100644
--- a/x11-fonts/font-sun-misc/Makefile
+++ b/x11-fonts/font-sun-misc/Makefile
@@ -4,15 +4,18 @@
PORTNAME= font-sun-misc
PORTVERSION= 1.0.3
PORTREVISION= 2
-MASTER_SITES= XORG
-MASTER_SITE_SUBDIR= individual/font
+MASTER_SITES= XORG/individual/font
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org miscellaneous Sun fonts
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+
USES= fonts tar:bzip2
FONTNAME= misc
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts
.include <bsd.port.mk>
diff --git a/x11-fonts/font-winitzki-cyrillic/Makefile b/x11-fonts/font-winitzki-cyrillic/Makefile
index f07c829..bd1d540 100644
--- a/x11-fonts/font-winitzki-cyrillic/Makefile
+++ b/x11-fonts/font-winitzki-cyrillic/Makefile
@@ -4,16 +4,19 @@
PORTNAME= font-winitzki-cyrillic
PORTVERSION= 1.0.3
PORTREVISION= 2
-MASTER_SITES= XORG
-MASTER_SITE_SUBDIR= individual/font
+MASTER_SITES= XORG/individual/font
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org Winitzki Cyrillic font
-USES= fonts
+BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
+ mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+
+USES= fonts
FONTNAME= cyrillic
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts
PLIST_FILES= ${FONTSDIR}/proof9x16.pcf.gz
.include <bsd.port.mk>
diff --git a/x11-fonts/font-xfree86-type1/Makefile b/x11-fonts/font-xfree86-type1/Makefile
index 26d3f95..848bedd 100644
--- a/x11-fonts/font-xfree86-type1/Makefile
+++ b/x11-fonts/font-xfree86-type1/Makefile
@@ -4,16 +4,18 @@
PORTNAME= font-xfree86-type1
PORTVERSION= 1.0.4
PORTREVISION= 1
-MASTER_SITES= XORG
-MASTER_SITE_SUBDIR= individual/font
+MASTER_SITES= XORG/individual/font
CATEGORIES= x11-fonts
MAINTAINER= x11@FreeBSD.org
COMMENT= X.Org XFree86 Type1 font
+BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
+
USES= fonts
FONTNAME= Type1
GNU_CONFIGURE= yes
+CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts
PLIST_FILES= ${FONTSDIR}/cursor.pfa
.include <bsd.port.mk>
OpenPOWER on IntegriCloud