summaryrefslogtreecommitdiff
path: root/misc/emma/Makefile
blob: d9eeb7f1596c56fb897fe67618c267bc278e2494 (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.1 1999/12/11 01:30:52 mellon Exp $
#

DISTNAME=       emma-0.7-1
PKGNAME=	emma-0.7
WRKSRC=         ${WRKDIR}/emma-0.7
CATEGORIES=	misc
MASTER_SITES=   http://rainbow.mimuw.edu.pl/~la181249/

MAINTAINER=	mellon@isc.org
HOMEPAGE=	http://rainbow.mimuw.edu.pl/~la181249/

DEPENDS+=	gtk+-1.2.*:../../x11/gtk
DEPENDS+=	gnome-libs-*:../../x11/gnome-libs
DEPENDS+=	python-*:../../lang/python

USE_X11=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

.include "../../mk/bsd.pkg.mk"