blob: d9790d372140b7a64e5db3f22af4f008cfeeb6d8 (
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
27
28
29
30
31
32
33
|
# New ports collection makefile for: HLLib
# Date created: 22 Oct 2007
# Whom: Alexey Dokuchaev <danfe@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= hllib
PORTVERSION= 2.3.0
CATEGORIES= games devel
MASTER_SITES= http://nemesis.thewavelength.net/files/files/
DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g}
MAINTAINER= danfe@FreeBSD.org
COMMENT= Library to work with various Half-Life file formats
LICENSE= LGPL21
USE_ZIP= yes
USE_DOS2UNIX= Makefile
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/HLLib
CFLAGS+= -fpic
PLIST_FILES= include/hl.h lib/libhl.so.${PORTVERSION} \
lib/libhl.so.2 lib/libhl.so
post-extract:
# Allow propagating of CXX, CXXFLAGS, and PREFIX; fix Linuxism and symlinks
@${REINPLACE_CMD} -E 's,^([CP][^=]*)=,\1?=, ; s,g root,g wheel, ; \
s,s \$$\(PREFIX\)/lib/,s ,' ${WRKSRC}/Makefile
.include <bsd.port.mk>
|