mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f1655c7b7a
- Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Always install libidn-components.png because it is used by libidn.info - Add -lintl to Libs.private instead of Libs in libidn.pc
21 lines
337 B
Makefile
21 lines
337 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= gnuidn
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= dns haskell
|
|
|
|
MAINTAINER= haskell@FreeBSD.org
|
|
COMMENT= Bindings for GNU IDN
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_CABAL= text
|
|
USE_C2HS= yes
|
|
|
|
USES= pkgconfig
|
|
LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn
|
|
|
|
.include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
|
|
.include <bsd.port.mk>
|