mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
597afc47ba
With hat: portmgr Sponsored by: Absolight
25 lines
553 B
Makefile
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>
|