mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
a1052ae645
Reported by: erwin@ via pointyhat
28 lines
602 B
Makefile
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>
|