1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/dns/hs-gnuidn/Makefile
Tijl Coosemans f1655c7b7a dns/libidn:
- 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
2014-08-30 18:18:14 +00:00

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>