1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/textproc/libguess/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

25 lines
553 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: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>