1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/backfract/Makefile
Niclas Zeising be6c15b5c6 Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-05 22:16:14 +00:00

33 lines
653 B
Makefile

# Created by: Patrick Gardella <patrick@FreeBSD.org>
# $FreeBSD$
PORTNAME= backfract
PORTVERSION= 1.1.2
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.igoweb.org/~wms/comp/backfract/
MAINTAINER= ports@FreeBSD.org
COMMENT= Fractal image animated wallpaper program
LICENSE= GPLv2+
USES= xorg
USE_XORG= x11
GNU_CONFIGURE= yes
ALL_TARGET= # none
MAKE_JOBS_UNSAFE= yes
PLIST_FILES= bin/backfract
post-patch:
@${REINPLACE_CMD} -e \
"/'-O3'/s|^|#| ; \
/'-O'/s|^|#| ; \
s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/backfract ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>