openbsd-ports/graphics/dumpmpeg/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

31 lines
598 B
Makefile

# $OpenBSD: Makefile,v 1.13 2012/03/29 13:38:31 sthen Exp $
COMMENT= dump frames from mpeg-1 movies
VERSION= 0.6
DISTNAME= dumpmpeg-${VERSION}
REVISION = 1
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
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=dumpmpeg/}
LIB_DEPENDS = devel/smpeg
WANTLIB = SDL c pthread smpeg>=1.3
USE_GROFF = Yes
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>