2000-12-03 20:21:20 +00:00
|
|
|
# New ports collection makefile for: geist
|
|
|
|
# Date created: 24 Oct 2000
|
|
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= geist
|
|
|
|
PORTVERSION= 0.0.3
|
2008-06-06 14:17:21 +00:00
|
|
|
PORTREVISION= 8
|
2000-12-03 20:21:20 +00:00
|
|
|
CATEGORIES= graphics
|
2006-03-21 10:07:02 +00:00
|
|
|
MASTER_SITES= http://linuxbrit.co.uk/downloads/
|
2000-12-03 20:21:20 +00:00
|
|
|
|
2008-03-21 13:40:00 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 18:08:19 +00:00
|
|
|
COMMENT= An object-based image creation/layout application
|
2000-12-03 20:21:20 +00:00
|
|
|
|
2008-03-11 21:13:53 +00:00
|
|
|
LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2
|
2000-12-03 20:21:20 +00:00
|
|
|
|
|
|
|
XML_CONFIG?= ${LOCALBASE}/bin/xml2-config
|
|
|
|
GNU_CONFIGURE= yes
|
2002-09-03 02:46:49 +00:00
|
|
|
USE_GNOME= gtk12
|
2008-03-11 21:13:53 +00:00
|
|
|
USE_EFL= imlib2
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib" \
|
2000-12-03 20:21:20 +00:00
|
|
|
XML_CONFIG="${XML_CONFIG}"
|
|
|
|
|
2005-02-12 16:58:39 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},' \
|
|
|
|
${WRKSRC}/src/test.xml
|
|
|
|
|
2000-12-03 20:21:20 +00:00
|
|
|
.include <bsd.port.mk>
|