aboutsummaryrefslogtreecommitdiffstats
path: root/devel/stormlib-ghost++/Makefile
blob: a51201f078798f088b1e94dc10114f99e783b652 (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
# 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
USES=       dos2unix gmake

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

USE_LDCONFIG=   yes

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