opnsense-ports/textproc/libguess/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

24 lines
565 B
Makefile

# Created by: William Grzybowski <wg@FreeBSD.org>
# $FreeBSD$
PORTNAME= libguess
PORTVERSION= 1.1
CATEGORIES= textproc devel
MASTER_SITES= http://distfiles.atheme.org/
MAINTAINER= wg@FreeBSD.org
COMMENT= High-speed character set detection library
LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli
USES= gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}"
post-patch:
@${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \
${WRKSRC}/Makefile
.include <bsd.port.mk>