summaryrefslogtreecommitdiffstats
path: root/x11/fireflies/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fireflies/Makefile')
-rw-r--r--x11/fireflies/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/fireflies/Makefile b/x11/fireflies/Makefile
deleted file mode 100644
index 1d8886a17..000000000
--- a/x11/fireflies/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# 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
-PORTREVISION= 2
-CATEGORIES= x11
-MASTER_SITES= http://somewhere.fscked.org/fireflies/
-
-MAINTAINER= umeno@rr.iij4u.or.jp
-COMMENT= Fireflies is a extention of xscreensaver
-
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GL= yes
-
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/GL" \
- LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-CONFIGURE_ARGS= --with-bindir=${LOCALBASE}/bin/xscreensaver-hacks \
- --with-confdir=${LOCALBASE}/share/xscreensaver/config
-PLIST_SUB= VERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= does not compile
-.endif
-
-post-extract:
- (cd ${WRKSRC}; ${TAR} zxvpf libgfx-1.0.1.tar.gz)
-
-.include <bsd.port.post.mk>