a0bcd2cf68
PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093
21 lines
457 B
Makefile
21 lines
457 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
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ARGS+= PREFIX="${STAGEDIR}${PREFIX}"
|
|
|
|
.include <bsd.port.mk>
|