aboutsummaryrefslogtreecommitdiffstats
path: root/cad/geda/Makefile
blob: fe78940deb7d5601eaff96442e96533c91995ba3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    geda
# Version required:     19990124
# 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>