blob: 6f405df18f89d31c2ab553d6ff4523a24513ec92 (
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
34
35
36
37
38
39
40
41
|
# New ports collection makefile for: netpanzer
# Date created: 29 May 2004
# Whom: Guido Falsi <mad@madpilot.net>
#
# $FreeBSD$
#
PORTNAME= netpanzer-data
PORTVERSION= 0.8
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= http://download.berlios.de/netpanzer/
MAINTAINER= mad@madpilot.net
COMMENT= Data files for the netpanzer game
LIB_DEPENDS= physfs-1.0.1:${PORTSDIR}/devel/physfs
BUILD_DEPENDS= jam:${PORTSDIR}/devel/jam
BROKEN= Incorrect pkg-plist
DEPRECATED= ${BROKEN}
EXPIRATION_DATE=2006-12-01
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-libphysfs=${LOCALBASE}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \
CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}"
USE_X_PREFIX= yes
USE_BZIP2= yes
USE_SDL= sdl net mixer image
USE_GNOME= libxml2
USE_GCC= 3.4
do-build:
@(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} jam)
do-install:
@(cd ${INSTALL_WRKSRC} && ${SETENV} ${MAKE_ENV} jam ${INSTALL_TARGET})
.include <bsd.port.mk>
|