openbsd-ports/devel/smpeg/Makefile

44 lines
1.1 KiB
Makefile
Raw Normal View History

2011-01-03 14:47:11 -05:00
# $OpenBSD: Makefile,v 1.36 2011/01/03 19:47:11 jasper 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
2010-11-08 05:28:22 -05:00
PKGNAME= ${DISTNAME}
2011-01-03 14:47:11 -05:00
REVISION = 11
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
2010-11-08 05:28:22 -05:00
WANTLIB= X11 Xau Xdmcp Xext Xrandr Xrender SDL \
2011-01-03 14:47:11 -05:00
c m pthread pthread-stubs sndio usbhid xcb
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
2011-01-03 14:47:11 -05:00
MODULES= converters/libiconv
2010-11-15 14:45:56 -05:00
LIB_DEPENDS= devel/sdl
2001-04-19 15:21:20 -04:00
2006-01-06 02:57:01 -05:00
USE_LIBTOOL= Yes
2010-10-18 13:47:50 -04:00
USE_GROFF = 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
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>