aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/backfract/Makefile
blob: e3c6ea90bbd92c35e81e70691e60152e44755a7a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# 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 # (or later)

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>