mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
4a23cc4804
Updated to 1.5.
30 lines
755 B
Makefile
30 lines
755 B
Makefile
# New ports collection makefile for: vp
|
|
# Date created: Apr 13, 2001
|
|
# Whom: Mark Pulford <mark@kyne.com.au>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vp
|
|
PORTVERSION= 1.5
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://math.smsu.edu/~erik/files/
|
|
|
|
MAINTAINER= markp@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
|
LIB_DEPENDS= SDL_image.10:${PORTSDIR}/graphics/sdl_image \
|
|
gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
SDL_CONFIG?= ${LOCALBASE}/bin/sdl11-config
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= SDL_CONFIG="${SDL_CONFIG}" CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib -lgnugetopt" \
|
|
ac_cv_func_getopt_long=yes
|
|
MAN1= vp.1
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e 's@ getopt_long/Makefile@@g' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|