mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Require automake and autoconf.
- Builds fine on amd64 too. - PORTREVISION. PR: ports/123480 Submitted by: nrg milk <nrgmilk@gmail.com> Approved by: gabor (mentor), maintainer timeout (>2 weeks)
This commit is contained in:
parent
43ccdc8fae
commit
3cdadcb04e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=213894
1 changed files with 2 additions and 1 deletions
|
@ -6,6 +6,7 @@
|
||||||
|
|
||||||
PORTNAME= jfbterm
|
PORTNAME= jfbterm
|
||||||
PORTVERSION= 0.5.1
|
PORTVERSION= 0.5.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.ac.auone-net.jp/~baba/jfbterm/ \
|
MASTER_SITES= http://www.ac.auone-net.jp/~baba/jfbterm/ \
|
||||||
http://chirashi-no-ura.net/files/
|
http://chirashi-no-ura.net/files/
|
||||||
|
@ -17,13 +18,13 @@ COMMENT= Multilanguage can be displayed on the console
|
||||||
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png
|
||||||
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/sysutils/gnu-unifont
|
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/sysutils/gnu-unifont
|
||||||
|
|
||||||
ONLY_FOR_ARCHS= i386
|
|
||||||
USE_ICONV= yes
|
USE_ICONV= yes
|
||||||
USE_GNOME= pkgconfig
|
USE_GNOME= pkgconfig
|
||||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||||
SUB_FILES= pkg-message
|
SUB_FILES= pkg-message
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
USE_AUTOTOOLS= autoconf:261 automake:14
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||||
LDFLAGS="-L${LOCALBASE}/lib" \
|
LDFLAGS="-L${LOCALBASE}/lib" \
|
||||||
--mandir="${LOCALBASE}/man"
|
--mandir="${LOCALBASE}/man"
|
||||||
|
|
Loading…
Add table
Reference in a new issue