mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
a990e62056
PR: ports/16604 Submitted by: Maxim Sobolev <sobomax@altavista.net>
29 lines
705 B
Makefile
29 lines
705 B
Makefile
# New ports collection makefile for: fsv
|
|
# Version required: 0.9
|
|
# Date created: 06 February 2000
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= fsv-0.9
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= http://fox.mit.edu/skunk/soft/src/
|
|
|
|
MAINTAINER= sobomax@altavista.net
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
GL.14:${PORTSDIR}/graphics/Mesa3 \
|
|
gtkgl.4:${PORTSDIR}/x11-toolkits/gtkglarea
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --with-GL-prefix=${X11BASE}/lib
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|