mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
d1ddd12c27
- update to 2.3 - whitespace fix PR: 187247 Submitted by: Rafal Lesniak <fbsd@grid.einherjar.de> (maintainer)
32 lines
599 B
Makefile
32 lines
599 B
Makefile
# Created by: Rafal Lesniak <fbsd@grid.einherjar.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= idnkit
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= dns
|
|
MASTER_SITES= http://jprs.co.jp/idn/
|
|
PKGNAMESUFFIX= 2
|
|
|
|
MAINTAINER= fbsd@grid.einherjar.de
|
|
COMMENT= Internationalized Domain Name toolkit 2
|
|
|
|
LICENSE_PERMS= # permissive
|
|
LICENSE_NAME= OSCL
|
|
LICENSE_FILE= LICENSE.txt
|
|
|
|
CONFLICTS_INSTALL= idnkit-1.*
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USES= iconv
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' \
|
|
${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|