1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/cad/geda/Makefile

30 lines
707 B
Makefile
Raw Normal View History

1998-12-06 14:11:53 +00:00
# New ports collection makefile for: geda
# Version required: 19990327
1998-12-06 14:11:53 +00:00
# Date created: 24 Nov 1998
# 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
#
DISTNAME= gEDA-19990516
PKGNAME= geda-19990516
1998-12-06 14:11:53 +00: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 14:11:53 +00:00
MAINTAINER= vanilla@FreeBSD.org
1998-12-06 14:11:53 +00:00
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
1999-11-29 02:37:54 +00:00
guile.6:${PORTSDIR}/lang/guile
1998-12-06 14:11:53 +00:00
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
1998-12-06 14:11:53 +00:00
USE_X_PREFIX= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
1998-12-06 14:11:53 +00:00
MAN1= gschem.1 gnetlist.1
1998-12-06 14:11:53 +00:00
.include <bsd.port.mk>