freebsd-ports/graphics/backfract/Makefile
Dmitry Marakasov b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00

31 lines
641 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+
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>