blob: bc75f7e4460a5adef46ce26ce5e3c4518144fa5f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2000/10/15 08:48:33 wulf 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.5:../../devel/SDL
USE_GMAKE= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|