aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/geist/Makefile
blob: c005acbef2feb568c8503892d46e89a8cdb76dd2 (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
# New ports collection makefile for:    geist
# Date created:             24 Oct 2000
# Whom:                 Jeremy Norris <ishmael27@home.com>
#
# $FreeBSD$
#

PORTNAME=   geist
PORTVERSION=    0.0.3
CATEGORIES= graphics
MASTER_SITES=   http://www.linuxbrit.co.uk/downloads/

MAINTAINER= ishmael27@home.com

LIB_DEPENDS=    Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp \
        xml2.5:${PORTSDIR}/textproc/libxml2

XML_CONFIG?=    ${LOCALBASE}/bin/xml2-config
GNU_CONFIGURE=  yes
USE_X_PREFIX=   yes
USE_GTK=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${X11BASE}/include" \
        LIBS="-L${X11BASE}/lib" \
        XML_CONFIG="${XML_CONFIG}"

.include <bsd.port.mk>