2000-02-12 18:18:48 +01:00
|
|
|
# New ports collection makefile for: fsv
|
|
|
|
# Date created: 06 February 2000
|
|
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 02:44:43 +02:00
|
|
|
PORTNAME= fsv
|
2001-02-05 22:00:55 +01:00
|
|
|
PORTVERSION= 0.9
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 5
|
2000-02-12 18:18:48 +01:00
|
|
|
CATEGORIES= x11-fm
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
MASTER_SITES= SF
|
2000-02-12 18:18:48 +01:00
|
|
|
|
2006-05-25 23:57:24 +02:00
|
|
|
MAINTAINER= lx@redundancy.redundancy.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= 3D filesystem visualizer
|
2000-02-12 18:18:48 +01:00
|
|
|
|
2000-10-05 08:42:57 +02:00
|
|
|
LIB_DEPENDS= gtkgl.5:${PORTSDIR}/x11-toolkits/gtkglarea
|
2000-02-12 18:18:48 +01:00
|
|
|
|
2006-01-25 23:43:58 +01:00
|
|
|
USE_GETTEXT= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_GL= gl
|
2002-09-02 06:03:35 +02:00
|
|
|
USE_GNOME= gtk12
|
2000-02-12 18:18:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ARGS= --with-GL-prefix=${LOCALBASE}/lib
|
2004-03-13 20:34:11 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
2000-02-12 18:18:48 +01:00
|
|
|
|
2004-03-13 20:34:11 +01:00
|
|
|
CPPFLAGS= -I${LOCALBASE}/include ${PTHREAD_CFLAGS}
|
|
|
|
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
2004-03-13 11:19:44 +01:00
|
|
|
|
2004-03-13 20:34:11 +01:00
|
|
|
post-extract:
|
|
|
|
-@${RM} ${WRKSRC}/lib/getopt*
|
2004-03-13 11:19:44 +01:00
|
|
|
|
2004-03-13 20:34:11 +01:00
|
|
|
.include <bsd.port.mk>
|