freebsd-ports/cad/geda/Makefile

28 lines
650 B
Makefile
Raw Normal View History

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