1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/x11-fm/fsv/Makefile
Mario Sergio Fujikawa Ferreira c3fcfe012d Deploy USE_GNOMENG infrastructure
PR:		42311
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
2002-09-02 04:03:35 +00:00

27 lines
618 B
Makefile

# New ports collection makefile for: fsv
# Date created: 06 February 2000
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= fsv
PORTVERSION= 0.9
CATEGORIES= x11-fm
MASTER_SITES= http://fox.mit.edu/skunk/soft/src/
MAINTAINER= sobomax@FreeBSD.org
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
USE_X_PREFIX= yes
USE_MESA= yes
USE_GNOMENG= yes
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
.include <bsd.port.mk>