mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
51c60ddf7f
While here stagify some of the ports Modernize LIB_DEPENDS Extract zip with bsdtar when possible
27 lines
538 B
Makefile
27 lines
538 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
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|