2001-12-30 07:56:58 +01:00
|
|
|
# New ports collection makefile for: vp
|
2001-04-17 19:56:11 +02:00
|
|
|
# Date created: Apr 13, 2001
|
|
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2001-12-30 07:56:58 +01:00
|
|
|
PORTNAME= vp
|
|
|
|
PORTVERSION= 1.5
|
2001-04-17 19:56:11 +02:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://math.smsu.edu/~erik/files/
|
|
|
|
|
2001-06-08 07:36:46 +02:00
|
|
|
MAINTAINER= markp@FreeBSD.org
|
2001-04-17 19:56:11 +02:00
|
|
|
|
2001-12-30 07:56:58 +01:00
|
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
|
|
|
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
|
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
2001-04-17 19:56:11 +02:00
|
|
|
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
|
|
GNU_CONFIGURE= yes
|
2001-12-30 07:56:58 +01:00
|
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" \
|
|
|
|
ac_cv_func_getopt_long=yes
|
2003-02-10 14:21:21 +01:00
|
|
|
USE_REINPLACE= yes
|
2001-12-30 07:56:58 +01:00
|
|
|
MAN1= vp.1
|
2001-04-17 19:56:11 +02:00
|
|
|
|
2001-12-30 07:56:58 +01:00
|
|
|
post-patch:
|
2003-02-10 14:21:21 +01:00
|
|
|
${REINPLACE_CMD} 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure
|
2001-04-17 19:56:11 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|