f25f9d2824
we can remove REPLACE_BUILDLINK settings containing *-config, *Conf.sh, and *.pc.
25 lines
595 B
Makefile
25 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.12 2001/10/03 22:36:38 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= smpeg-0.4.3
|
|
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
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LIBTOOL= yes
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
|
|
|
USE_BUILDLINK_ONLY= yes
|
|
|
|
CPPFLAGS+= -Dunix=1
|
|
|
|
.include "../../devel/SDL/buildlink.mk"
|
|
.include "../../x11/gtk/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|