summaryrefslogtreecommitdiff
path: root/devel/smpeg/Makefile
blob: 8457b61601be789196da3e2d2663360ff0907242 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# $NetBSD: Makefile,v 1.3 2001/01/03 13:59:54 hubertf Exp $
#

DISTNAME=	smpeg-0.4.1
CATEGORIES=	devel
MASTER_SITES=	ftp://ftp.linuxgames.com/loki/open-source/smpeg/

MAINTAINER=	wulf@netbsd.org
HOMEPAGE=	http://www.lokigames.com/development/smpeg.php3

DEPENDS+=	SDL>=1.1.5nb1:../../devel/SDL
DEPENDS+=	gtk+-1.*:../../x11/gtk

USE_GMAKE=	yes
USE_LIBTOOL=	yes
GNU_CONFIGURE=	yes

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