ec993afa1a
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
28 lines
674 B
Makefile
28 lines
674 B
Makefile
# $NetBSD: Makefile,v 1.24 2004/02/14 17:21:39 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= smpeg-0.4.4
|
|
PKGREVISION= 5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ftp://sunsite.auc.dk/pub/os/linux/loki/open-source/smpeg/ \
|
|
ftp://ftp.linuxgames.com/loki/open-source/smpeg/
|
|
|
|
MAINTAINER= wulf@NetBSD.org
|
|
HOMEPAGE= http://www.lokigames.com/development/smpeg.php3
|
|
COMMENT= SDL MPEG Player Library
|
|
|
|
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
|
|
|
USE_BUILDLINK3= yes
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= yes
|
|
USE_X11= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
CPPFLAGS+= -Dunix=1
|
|
|
|
.include "../../devel/SDL/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../x11/gtk/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|