2006-05-07 17:47:32 +00:00
|
|
|
# New ports collection makefile for: fireflies
|
|
|
|
# Date created: 11 Feb 2006
|
|
|
|
# Whom: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= fireflies
|
|
|
|
PORTVERSION= 2.07
|
2008-03-23 11:11:33 +00:00
|
|
|
PORTREVISION= 4
|
2006-05-07 17:47:32 +00:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://somewhere.fscked.org/fireflies/
|
|
|
|
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
|
|
COMMENT= Fireflies is a extention of xscreensaver
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GL= 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 17:56:05 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/GL" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2006-10-14 08:54:54 +00:00
|
|
|
CONFIGURE_ARGS= --with-bindir=${LOCALBASE}/bin/xscreensaver-hacks \
|
|
|
|
--with-confdir=${LOCALBASE}/share/xscreensaver/config
|
2006-05-07 17:47:32 +00:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
2006-12-06 13:54:38 +00:00
|
|
|
MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \
|
|
|
|
CONFIGURE_SCRIPT=${CONFIGURE_SCRIPT:Q} \
|
|
|
|
CONFIGURE_ARGS=${CONFIGURE_ARGS:Q}
|
|
|
|
|
2006-05-07 17:47:32 +00:00
|
|
|
post-extract:
|
|
|
|
(cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
|
|
|
|
|
2007-10-04 06:27:14 +00:00
|
|
|
.include <bsd.port.mk>
|