mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
755fec664a
instead of the bundled one. - Fix build with new compilers. - Remove gmake dependency. PR: 178600 Submitted by: "Mikhail T." <mi@aldan.algebra.com>
31 lines
816 B
Makefile
31 lines
816 B
Makefile
# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= fireflies
|
|
PORTVERSION= 2.07
|
|
PORTREVISION= 5
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://somewhere.fscked.org/proj/fireflies/files/
|
|
|
|
MAINTAINER= umeno@rr.iij4u.or.jp
|
|
COMMENT= Extension of xscreensaver
|
|
|
|
LIB_DEPENDS= gfx:${PORTSDIR}/graphics/libgfx
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GL= yes
|
|
EXTRACT_AFTER_ARGS=--exclude '${DISTNAME}/libgfx*'
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/GL
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
CONFIGURE_ARGS= --with-bindir=${LOCALBASE}/bin/xscreensaver-hacks \
|
|
--with-confdir=${LOCALBASE}/share/xscreensaver/config
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
MAKE_ARGS= CONFIGURE_ENV=${CONFIGURE_ENV:Q} \
|
|
CONFIGURE_SCRIPT=${CONFIGURE_SCRIPT:Q} \
|
|
CONFIGURE_ARGS=${CONFIGURE_ARGS:Q}
|
|
|
|
.include <bsd.port.mk>
|