2001-03-07 12:00:31 +01:00
|
|
|
# New ports collection makefile for: oregano
|
|
|
|
# Date created: 19 Feb 2001
|
2001-11-29 18:48:01 +01:00
|
|
|
# Whom: Anders Andersson <anders@hack.org>
|
2001-03-07 12:00:31 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= oregano
|
2002-01-22 17:31:58 +01:00
|
|
|
PORTVERSION= 0.23
|
2004-02-04 06:21:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-03-07 12:00:31 +01:00
|
|
|
CATEGORIES= cad
|
2004-03-28 23:44:27 +02:00
|
|
|
MASTER_SITES= http://people.imendio.com/richard/oregano/download/
|
2001-03-07 12:00:31 +01:00
|
|
|
|
2004-03-24 23:30:06 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 02:27:04 +01:00
|
|
|
COMMENT= Schematic capture and simulation of electrical circuits
|
2001-03-07 12:00:31 +01:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2004-03-28 23:44:27 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomeprint libglade
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_LIBTOOL_VER= 13
|
2001-03-07 12:00:31 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2004-03-28 23:44:27 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-03-07 12:00:31 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|