mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
b70e8b7e1d
broken at that time, and a fix has not been submitted to GNATS.
33 lines
746 B
Makefile
33 lines
746 B
Makefile
# New ports collection makefile for: geist
|
|
# Date created: 24 Oct 2000
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geist
|
|
PORTVERSION= 0.0.3
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= An object-based image creation/layout application
|
|
|
|
BROKEN= "Does not build"
|
|
EXPIRATION_DATE=2005-02-18
|
|
DEPRECATED= ${BROKEN}
|
|
|
|
LIB_DEPENDS= Imlib2.2:${PORTSDIR}/graphics/imlib2 \
|
|
xml2.5:${PORTSDIR}/textproc/libxml2
|
|
|
|
XML_CONFIG?= ${LOCALBASE}/bin/xml2-config
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GNOME= gtk12
|
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \
|
|
LIBS="-L${X11BASE}/lib" \
|
|
XML_CONFIG="${XML_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|