mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
32 lines
701 B
Makefile
32 lines
701 B
Makefile
# New ports collection makefile for: gIDE
|
|
# Version required: 0.0.14
|
|
# Date created: 29 Jul 1998
|
|
# Whom: rom
|
|
#
|
|
# $Id: Makefile,v 1.20 1999/02/22 02:49:33 steve Exp $
|
|
#
|
|
|
|
DISTNAME= gIDE-0.0.14
|
|
PKGNAME= gide-0.0.14
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gide.pn.org/
|
|
|
|
MAINTAINER= rom_glsa@ein-hashofet.co.il
|
|
|
|
LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs \
|
|
guile.4:${PORTSDIR}/lang/guile
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
|
GTK_CONFIG="${X11BASE}/bin/gtk12-config" \
|
|
GLIB_CONFIG="${LOCALBASE}/bin/glib12-config" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gide.1
|
|
|
|
.include <bsd.port.mk>
|