1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/textproc/libguess/Makefile
Marcus von Appen a1052ae645 - Fix CATEGORIES order to keep PKGORIGIN happy
Reported by:	erwin@ via pointyhat
2012-05-13 15:40:04 +00:00

28 lines
602 B
Makefile

# New ports collection makefile for: libguess
# Date created: 04 May 2012
# Whom: William Grzybowski
#
# $FreeBSD$
#
PORTNAME= libguess
PORTVERSION= 1.1
CATEGORIES= textproc devel
MASTER_SITES= http://distfiles.atheme.org/
MAINTAINER= william88@gmail.com
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>