2012-05-13 09:21:12 +02:00
|
|
|
# New ports collection makefile for: libguess
|
|
|
|
# Date created: 04 May 2012
|
|
|
|
# Whom: William Grzybowski
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libguess
|
|
|
|
PORTVERSION= 1.1
|
2012-05-13 17:40:04 +02:00
|
|
|
CATEGORIES= textproc devel
|
2012-05-13 09:21:12 +02:00
|
|
|
MASTER_SITES= http://distfiles.atheme.org/
|
|
|
|
|
2013-05-15 21:33:14 +02:00
|
|
|
MAINTAINER= wg@FreeBSD.org
|
2012-05-13 09:21:12 +02:00
|
|
|
COMMENT= A high-speed character set detection library
|
|
|
|
|
|
|
|
LIB_DEPENDS= mowgli.2:${PORTSDIR}/devel/libmowgli
|
|
|
|
|
|
|
|
USE_GNOME= gnomehack pkgconfig
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$${DESTDIR}$${libdir}/pkgconfig|$${PREFIX}/libdata/pkgconfig|g' \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|