1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/dns/idnkit2/Makefile
Dmitry Marakasov 0180018e22 - Switch to USES=libtool, drop .la files
- Convert USE_BZIP2 to USES

Approved by:	portmgr blanket
2014-07-02 23:08:05 +00:00

31 lines
595 B
Makefile

# Created by: Rafal Lesniak <fbsd@grid.einherjar.de>
# $FreeBSD$
PORTNAME= idnkit
PORTVERSION= 2.3
PORTREVISION= 1
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.*
USES= iconv libtool tar:bzip2
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>