diff options
Diffstat (limited to 'cad/oregano/Makefile')
-rw-r--r-- | cad/oregano/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/cad/oregano/Makefile b/cad/oregano/Makefile new file mode 100644 index 00000000000..50c865b066d --- /dev/null +++ b/cad/oregano/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/02/16 20:56:05 rh Exp $ +# + +DISTNAME= oregano-0.11 +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/ + +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" |