aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/gnofract4d/Makefile
blob: 96796f463f4bd4165619a35f5bb04838f220be8f (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
# New ports collection makefile for:    gnofract4d
# Date created:             30 Dec 1999
# Whom:                 Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#

PORTNAME=   gnofract4d
PORTVERSION=    1.9
CATEGORIES= graphics gnome
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= ports@FreeBSD.org
COMMENT=    Weird GNOME fractal generator

USE_X_PREFIX=   yes
USE_GNOME=  gnomehack gnomeprefix gnometarget libgnomeui
USE_GMAKE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes

.include <bsd.port.mk>