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
|
||||
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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue