0564f86f5b
------- ===> Building for gide-0.0.11 cd . && aclocal aclocal: configure.in: 7: macro `AM_PATH_GTK' not found in library gmake: *** [aclocal.m4] Error 1 *** Error code 2 Stop.
31 lines
712 B
Makefile
31 lines
712 B
Makefile
# New ports collection makefile for: gIDE
|
|
# Version required: 0.0.11
|
|
# Date created: 29 Jul 1998
|
|
# Whom: rom
|
|
#
|
|
# $Id: Makefile,v 1.15 1998/11/11 22:52:49 asami Exp $
|
|
#
|
|
|
|
DISTNAME= gIDE-0.0.11
|
|
PKGNAME= gide-0.0.11
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://gide.pn.org/
|
|
|
|
MAINTAINER= rom_glsa@ein-hashofet.co.il
|
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
|
|
guile.4:${PORTSDIR}/lang/guile
|
|
|
|
BROKEN= configure
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \
|
|
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= gide.1
|
|
|
|
.include <bsd.port.mk>
|