freebsd-ports/editors/gedit2/Makefile
Ade Lovett 1ffce9669e Update to 0.7.0, with a new MASTER_SITE and bunch of new features
Remove lots of Makefile bogons, replacing them with lots of
patches (like other GNOME ports :) to put things in the right place.
2000-04-20 00:45:16 +00:00

32 lines
692 B
Makefile

# New ports collection makefile for: gedit
# Date created: 4 May 1999
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= gedit
PORTVERSION= 0.7.0
CATEGORIES= editors gnome
MASTER_SITES= http://download.sourceforge.net/gedit/
MAINTAINER= ade@FreeBSD.org
LIB_DEPENDS= gnomeui.3:${PORTSDIR}/x11/gnomelibs \
gnomeprint.7:${PORTSDIR}/print/gnomeprint
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gedit.1
.include <bsd.port.mk>