freebsd-ports/cad/geda/Makefile

30 lines
707 B
Makefile
Raw Normal View History

1998-12-06 09:11:53 -05:00
# New ports collection makefile for: geda
# Version required: 19990327
1998-12-06 09:11:53 -05:00
# Date created: 24 Nov 1998
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
1998-12-06 09:11:53 -05:00
#
1999-08-25 00:58:03 -04:00
# $FreeBSD$
1998-12-06 09:11:53 -05:00
#
DISTNAME= gEDA-19990516
PKGNAME= geda-19990516
1998-12-06 09:11:53 -05:00
CATEGORIES= cad
MASTER_SITES= ftp://ftp.cc.gatech.edu/ac121/linux/X11/gtkbuffet/apps/geda/ \
ftp://ftp.geda.seul.org/pub/geda/dist/ \
ftp://ftp.infodrom.north.de/pub/unix/gtk-etc/apps/geda/
1998-12-06 09:11:53 -05:00
MAINTAINER= vanilla@FreeBSD.org
1998-12-06 09:11:53 -05:00
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
1999-11-28 21:37:54 -05:00
guile.6:${PORTSDIR}/lang/guile
1998-12-06 09:11:53 -05:00
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
1998-12-06 09:11:53 -05:00
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
1998-12-06 09:11:53 -05:00
MAN1= gschem.1 gnetlist.1
1998-12-06 09:11:53 -05:00
.include <bsd.port.mk>