freebsd-ports/devel/bncsutil-ghost++/Makefile
Baptiste Daroussin 27e7613cf3 Support stage
2014-01-27 13:37:57 +00:00

26 lines
563 B
Makefile

# Created by: <ports@c0decafe.net>
# $FreeBSD$
PORTNAME= bncsutil
PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX= -ghost++
EXTRACT_SUFX= .zip
DISTNAME= ${PROJECTHOST}_${PROJECTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility library for Battle.net clients in C++
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
PROJECTHOST= ghostplusplus
PROJECTVERSION= 17.1
USES= dos2unix gmake
WRKSRC= ${WRKDIR}/ghost/bncsutil/src/bncsutil
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
USE_LDCONFIG= yes
.include <bsd.port.mk>