freebsd-ports/devel/gide/Makefile

33 lines
750 B
Makefile
Raw Normal View History

# New ports collection makefile for: gIDE
# Version required: 0.0.10
# Date created: 29 Jul 1998
# Whom: rom
#
# $Id: Makefile,v 1.10 1998/10/27 16:31:11 vanilla Exp $
#
DISTNAME= gIDE-0.0.10
PKGNAME= gide-0.0.10
CATEGORIES= devel
MASTER_SITES= http://gide.pn.org/
MAINTAINER= rom_glsa@ein-hashofet.co.il
1998-09-23 00:55:56 +02:00
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 \
1998-10-27 17:33:54 +01:00
guile.4:${PORTSDIR}/lang/guile
BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GTK_CONFIG="${X11BASE}/bin/gtk11-config" \
LIBS="-L${LOCALBASE}/lib"
post-extract:
(cd ${WRKSRC}; aclocal; automake)
MAN1= gide.1
.include <bsd.port.mk>