aboutsummaryrefslogtreecommitdiffstats
path: root/devel/stormlib-ghost++/Makefile
blob: 1f5ccee83af52259b5d500c76d1cced14e7a1611 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Created by: <ports@c0decafe.net>
# $FreeBSD$

PORTNAME=   stormlib
PORTVERSION=    6.25
CATEGORIES= devel archivers
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
PKGNAMESUFFIX=  -ghost++
DISTNAME=   ${PROJECTHOST}_${PROJECTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    C++ library to read and write MPQ archives

PROJECTHOST=    ghostplusplus
PROJECTVERSION= 17.1

USE_ZIP=    yes
USE_DOS2UNIX=   yes

WRKSRC=     ${WRKDIR}/ghost/StormLib/stormlib

USE_GMAKE=  yes
USE_LDCONFIG=   yes

NO_STAGE=   yes
.include <bsd.port.mk>