1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-15 03:14:23 +00:00
freebsd-ports/x11/fireflies/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

33 lines
836 B
Makefile

# Created by: UMENO Takashi <umeno@rr.iij4u.or.jp>
PORTNAME= fireflies
PORTVERSION= 2.07
PORTREVISION= 8
CATEGORIES= x11
MASTER_SITES= http://somewhere.fscked.org/proj/fireflies/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Extension of xscreensaver
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgfx.so:graphics/libgfx
GNU_CONFIGURE= yes
USES= gl
USE_GL= gl glu
EXTRACT_AFTER_ARGS=--exclude '${DISTNAME}/libgfx*'
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>