openbsd-ports/devel/smpeg/Makefile

43 lines
1.0 KiB
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.29 2009/01/25 01:25:39 jakemsr Exp $
2001-04-19 15:21:20 -04:00
COMMENT= mpeg video player library with sound support
2001-04-19 15:21:20 -04:00
2005-07-03 17:35:23 -04:00
DISTNAME= smpeg-0.4.4
PKGNAME= ${DISTNAME}p8
SHARED_LIBS= smpeg 2.0
2001-04-19 15:21:20 -04:00
CATEGORIES= devel graphics
HOMEPAGE= http://www.lokigames.com/development/smpeg.php3
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
2001-04-19 15:21:20 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2008-11-06 19:33:01 -05:00
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender \
c iconv m pthread sndio usbhid
2001-04-19 15:21:20 -04:00
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/
2001-04-19 15:21:20 -04:00
2005-07-03 17:35:23 -04:00
LIB_DEPENDS= SDL::devel/sdl
2001-04-19 15:21:20 -04:00
USE_X11= Yes
2006-01-06 02:57:01 -05:00
USE_LIBTOOL= Yes
2001-04-19 15:21:20 -04:00
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
2001-07-26 03:13:08 -04:00
CONFIGURE_ENV+= LDFLAGS="-L${X11BASE}/lib"
2001-04-19 15:21:20 -04:00
CONFIGURE_ARGS+= ${CONFIGURE_SHARED} \
2005-07-03 17:35:23 -04:00
--disable-opengl-player \
--disable-gtk-player
2001-04-19 15:21:20 -04:00
2003-12-29 08:45:30 -05:00
.include <bsd.own.mk>
2002-12-24 21:09:03 -05:00
post-install:
${INSTALL_MAN} ${FILESDIR}/smpeg.3 ${PREFIX}/man/man3
2001-04-19 15:21:20 -04:00
.include <bsd.port.mk>