openbsd-ports/graphics/dumpmpeg/Makefile

31 lines
641 B
Makefile
Raw Normal View History

2010-11-17 03:05:12 -05:00
# $OpenBSD: Makefile,v 1.11 2010/11/17 08:05:13 espie Exp $
COMMENT= dump frames from mpeg-1 movies
VERSION= 0.6
DISTNAME= dumpmpeg-${VERSION}
2010-11-09 13:22:26 -05:00
REVISION = 0
CATEGORIES= graphics x11
HOMEPAGE= http://sourceforge.net/projects/dumpmpeg/
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2010-11-09 13:22:26 -05:00
2002-05-13 19:31:24 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dumpmpeg/}
2010-11-17 03:05:12 -05:00
LIB_DEPENDS = devel/smpeg
WANTLIB = SDL X11 Xext c m pthread pthread-stubs usbhid xcb smpeg>=1.3
2010-10-18 14:13:12 -04:00
USE_GROFF = Yes
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>