blob: 3259f56fcb91a0eaa715a3cddaaf0e1800fd0d9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.5 2001/02/16 13:46:27 wiz Exp $
#
DISTNAME= oregano-0.20
CATEGORIES= cad gnome
MASTER_SITES= http://www.dtek.chalmers.se/~d4hult/oregano/download/
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.dtek.chalmers.se/~d4hult/oregano/
COMMENT= application for schematic capture/simulation of electrical circuits
DEPENDS+= gnome-core-*:../../x11/gnome-core
DEPENDS+= gnome-print-*:../../print/gnome-print
DEPENDS+= libglade-*:../../devel/libglade
GNU_CONFIGURE= YES
USE_X11BASE= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|