1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/devel/gide/Makefile
Chris Piazza 1b30723c7c Take over maintainership of this port. Old maintainer cites no time
due to military duties.

Requested by: Gilad Rom <rom_glsa@ein-hashofet.co.il>
1999-06-19 07:50:36 +00:00

40 lines
876 B
Makefile

# New ports collection makefile for: gIDE
# Version required: 0.1.1
# Date created: 29 Jul 1998
# Whom: rom
#
# $Id: Makefile,v 1.23 1999/06/06 16:41:10 steve Exp $
#
DISTNAME= gIDE-0.1.1
PKGNAME= gide-0.1.1
CATEGORIES= devel gnome
MASTER_SITES= http://gide.gdev.net/ \
http://gide.pn.org/
MAINTAINER= cpiazza@FreeBSD.org
LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs \
guile.4:${PORTSDIR}/lang/guile
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
FETCH_BEFORE_ARGS= -b
USE_X_PREFIX= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --localstatedir=${PREFIX}/share/gnome \
--datadir=${PREFIX}/share/gnome \
--with-gnome=${PREFIX}
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${GTK_CONFIG}" \
LIBS="-L${LOCALBASE}/lib"
MAN1= gide.1 gdbio.1
pre-install:
@${MKDIR} ${PREFIX}/share/gnome/gIDE/extra
.include <bsd.port.mk>