mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
03e0934ae2
newer version but didn't follow through with the rest of the changes. (this was rev 1.12 which was supposed to be a FreeBSD.ORG -> FreeBSD.org change). Revert to the version that used to be there until someone upgrades it for real.
28 lines
650 B
Makefile
28 lines
650 B
Makefile
# New ports collection makefile for: geda
|
|
# Version required: 19990327
|
|
# Date created: 24 Nov 1998
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= gEDA-19990327
|
|
PKGNAME= geda-19990327
|
|
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/
|
|
|
|
MAINTAINER= vanilla@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
guile.4:${PORTSDIR}/lang/guile
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_LIBTOOL= yes
|
|
CONFIGURE_ARGS= --with-gtk-config=${GTK_CONFIG}
|
|
|
|
.include <bsd.port.mk>
|