2001-04-07 02:20:37 +02:00
|
|
|
# New ports collection makefile for: geda
|
|
|
|
# Date created: 4 April 2001
|
|
|
|
# Whom: bruno schwander <bruno@tinkerbox.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gschem
|
2005-05-16 05:32:41 +02:00
|
|
|
PORTVERSION= 20050313
|
2001-04-07 02:20:37 +02:00
|
|
|
CATEGORIES= cad
|
2002-10-10 20:45:49 +02:00
|
|
|
MASTER_SITES= ftp://ftp.geda.seul.org/pub/geda/devel/${PORTVERSION}/ \
|
|
|
|
http://geda.seul.org/devel/${PORTVERSION}/ \
|
2001-04-07 02:20:37 +02:00
|
|
|
http://www.tinkerbox.org/projects/files/gEDA/
|
2004-03-07 15:52:40 +01:00
|
|
|
DISTNAME= geda-${PORTNAME}-${PORTVERSION}
|
2001-04-07 02:20:37 +02:00
|
|
|
|
|
|
|
MAINTAINER= bruno@tinkerbox.org
|
2003-02-21 12:08:38 +01:00
|
|
|
COMMENT= gEDA electronic schematic capture tools
|
2001-04-07 02:20:37 +02:00
|
|
|
|
2004-03-07 15:52:40 +01:00
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/gEDA/sym:${PORTSDIR}/cad/geda-symbols
|
2005-05-16 05:32:41 +02:00
|
|
|
LIB_DEPENDS= geda.23:${PORTSDIR}/cad/libgeda
|
2001-04-07 02:20:37 +02:00
|
|
|
|
2005-05-16 05:32:41 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= gtk20
|
2001-04-07 02:20:37 +02:00
|
|
|
CONFIGURE_ARGS= --enable-gdgeda
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2005-05-16 05:32:41 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-04-07 02:20:37 +02:00
|
|
|
|
2004-03-07 15:52:40 +01:00
|
|
|
INFO= gschemdoc
|
2001-04-07 02:20:37 +02:00
|
|
|
MAN1= gschem.1
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|