1998-12-06 14:11:53 +00:00
|
|
|
# New ports collection makefile for: geda
|
1999-09-06 05:39:14 +00:00
|
|
|
# Version required: 19990327
|
1998-12-06 14:11:53 +00:00
|
|
|
# Date created: 24 Nov 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1998-12-06 14:11:53 +00:00
|
|
|
#
|
1999-08-25 04:58:03 +00:00
|
|
|
# $FreeBSD$
|
1998-12-06 14:11:53 +00:00
|
|
|
#
|
|
|
|
|
1999-09-06 05:39:14 +00:00
|
|
|
DISTNAME= gEDA-19990327
|
|
|
|
PKGNAME= geda-19990327
|
1998-12-06 14:11:53 +00:00
|
|
|
CATEGORIES= cad
|
1998-12-07 08:15:27 +00:00
|
|
|
MASTER_SITES= http://www.geda.seul.org/dist/ \
|
1998-12-07 11:25:40 +00:00
|
|
|
ftp://ftp.geda.seul.org/pub/geda/dist/ \
|
|
|
|
ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/geda/
|
1998-12-06 14:11:53 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
1998-12-06 14:11:53 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
1998-12-06 14:11:53 +00:00
|
|
|
guile.4:${PORTSDIR}/lang/guile
|
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
1998-12-06 14:11:53 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
|
1998-12-06 14:11:53 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|