4265799101
from Vlad Glagolev <stelzy at gmail dot com>
42 lines
1007 B
Makefile
42 lines
1007 B
Makefile
# $OpenBSD: Makefile,v 1.22 2007/01/24 23:26:55 ajacoutot Exp $
|
|
|
|
COMMENT= "mpeg video player library with sound support"
|
|
|
|
DISTNAME= smpeg-0.4.4
|
|
PKGNAME= ${DISTNAME}p3
|
|
SHARED_LIBS= smpeg 2.0
|
|
CATEGORIES= devel graphics
|
|
|
|
HOMEPAGE= http://www.lokigames.com/development/smpeg.php3
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= X11 Xext c m pthread usbhid
|
|
|
|
MASTER_SITES= http://www.dulug.de/loki/open-source/smpeg/ \
|
|
http://gd.tuwien.ac.at/video/lib/smpeg/ \
|
|
http://mirrors.sunsite.dk/lokigames/open-source/smpeg/
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl
|
|
|
|
USE_X11= Yes
|
|
USE_LIBTOOL= Yes
|
|
|
|
SEPARATE_BUILD= concurrent
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib"
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
|
|
--disable-opengl-player \
|
|
--disable-gtk-player
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/smpeg.3 ${PREFIX}/man/man3
|
|
|
|
.include <bsd.port.mk>
|