Add missing BUILD_DEPENDS and CONFIGURE_ARGS
This commit is contained in:
parent
68517d8ee0
commit
47b4c27b14
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=381680
3 changed files with 15 additions and 7 deletions
|
@ -4,15 +4,18 @@
|
||||||
PORTNAME= font-sun-misc
|
PORTNAME= font-sun-misc
|
||||||
PORTVERSION= 1.0.3
|
PORTVERSION= 1.0.3
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
MASTER_SITES= XORG
|
MASTER_SITES= XORG/individual/font
|
||||||
MASTER_SITE_SUBDIR= individual/font
|
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
COMMENT= X.Org miscellaneous Sun fonts
|
COMMENT= X.Org miscellaneous Sun fonts
|
||||||
|
|
||||||
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
||||||
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
||||||
|
|
||||||
USES= fonts tar:bzip2
|
USES= fonts tar:bzip2
|
||||||
FONTNAME= misc
|
FONTNAME= misc
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,16 +4,19 @@
|
||||||
PORTNAME= font-winitzki-cyrillic
|
PORTNAME= font-winitzki-cyrillic
|
||||||
PORTVERSION= 1.0.3
|
PORTVERSION= 1.0.3
|
||||||
PORTREVISION= 2
|
PORTREVISION= 2
|
||||||
MASTER_SITES= XORG
|
MASTER_SITES= XORG/individual/font
|
||||||
MASTER_SITE_SUBDIR= individual/font
|
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
COMMENT= X.Org Winitzki Cyrillic font
|
COMMENT= X.Org Winitzki Cyrillic font
|
||||||
|
|
||||||
USES= fonts
|
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf \
|
||||||
|
mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
||||||
|
|
||||||
|
USES= fonts
|
||||||
FONTNAME= cyrillic
|
FONTNAME= cyrillic
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts
|
||||||
PLIST_FILES= ${FONTSDIR}/proof9x16.pcf.gz
|
PLIST_FILES= ${FONTSDIR}/proof9x16.pcf.gz
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -4,16 +4,18 @@
|
||||||
PORTNAME= font-xfree86-type1
|
PORTNAME= font-xfree86-type1
|
||||||
PORTVERSION= 1.0.4
|
PORTVERSION= 1.0.4
|
||||||
PORTREVISION= 1
|
PORTREVISION= 1
|
||||||
MASTER_SITES= XORG
|
MASTER_SITES= XORG/individual/font
|
||||||
MASTER_SITE_SUBDIR= individual/font
|
|
||||||
CATEGORIES= x11-fonts
|
CATEGORIES= x11-fonts
|
||||||
|
|
||||||
MAINTAINER= x11@FreeBSD.org
|
MAINTAINER= x11@FreeBSD.org
|
||||||
COMMENT= X.Org XFree86 Type1 font
|
COMMENT= X.Org XFree86 Type1 font
|
||||||
|
|
||||||
|
BUILD_DEPENDS= mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir
|
||||||
|
|
||||||
USES= fonts
|
USES= fonts
|
||||||
FONTNAME= Type1
|
FONTNAME= Type1
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
CONFIGURE_ARGS= --with-fontrootdir=${PREFIX}/lib/X11/fonts
|
||||||
PLIST_FILES= ${FONTSDIR}/cursor.pfa
|
PLIST_FILES= ${FONTSDIR}/cursor.pfa
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Reference in a new issue