Tiff is backward compatible, but was broken on amd64 platform so this makes sure new tiff is used.
26 lines
715 B
Makefile
26 lines
715 B
Makefile
# $NetBSD: Makefile,v 1.21 2004/01/03 18:49:35 reed Exp $
|
|
#
|
|
|
|
DISTNAME= oregano-0.20
|
|
PKGREVISION= 9
|
|
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+= gnome1-dirs>=1.2:../../misc/gnome1-dirs
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_PKGLOCALEDIR= YES
|
|
USE_X11= YES
|
|
GNU_CONFIGURE= YES
|
|
USE_LIBTOOL= YES
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
.include "../../devel/libglade/buildlink2.mk"
|
|
.include "../../print/gnome-print/buildlink2.mk"
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|