mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Add iconv encoding support.
PR: ports/57725 Submitted by: Palle Girgensohn <girgen@pingpong.net>
This commit is contained in:
parent
7d56a40196
commit
b0adb5aa7c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93707
1 changed files with 5 additions and 0 deletions
|
@ -7,12 +7,15 @@
|
||||||
|
|
||||||
PORTNAME= jikes
|
PORTNAME= jikes
|
||||||
PORTVERSION= 1.18
|
PORTVERSION= 1.18
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= java
|
CATEGORIES= java
|
||||||
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
|
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/
|
||||||
|
|
||||||
MAINTAINER= archie@freebsd.org
|
MAINTAINER= archie@freebsd.org
|
||||||
COMMENT= A very fast Java source to byte-code compiler made available by IBM
|
COMMENT= A very fast Java source to byte-code compiler made available by IBM
|
||||||
|
|
||||||
|
LIB_DEPENDS= iconv.3:${PORTSDIR}/converters/libiconv
|
||||||
|
|
||||||
MAN1= jikes.1
|
MAN1= jikes.1
|
||||||
|
|
||||||
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||||
|
@ -20,4 +23,6 @@ GNU_CONFIGURE= yes
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
|
|
||||||
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue