blob: b201a19c1de06a036b6f69c1fd122f07362acb3a (
plain)
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
27
28
29
30
31
32
33
34
35
36
|
# Created by: <ports@c0decafe.net>
# $FreeBSD$
PORTNAME= stormlib
PORTVERSION= 6.25
CATEGORIES= devel archivers
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -ghost++
DISTNAME= ${PROJECTHOST}_${PROJECTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ library to read and write MPQ archives
BROKEN= Unfetchable (google code has gone away)
DEPRECATED= Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE= 2017-04-30
PROJECTHOST= ghostplusplus
PROJECTVERSION= 17.1
USES= dos2unix gmake zip
USE_LDCONFIG= yes
PLIST_FILES= include/StormLib/StormLib.h \
include/StormLib/StormPort.h \
lib/libStorm.so
WRKSRC= ${WRKDIR}/ghost/StormLib/stormlib
post-patch:
@${REINPLACE_CMD} 's|PREFIX|DESTDIR)$$(&|' ${WRKSRC}/Makefile
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libStorm.so
.include <bsd.port.mk>
|