openbsd-ports/graphics/mplex/Makefile

28 lines
630 B
Makefile
Raw Normal View History

2004-11-29 20:06:33 -05:00
# $OpenBSD: Makefile,v 1.6 2004/11/30 01:06:38 espie Exp $
# $FreeBSD: ports/graphics/mplex/Makefile,v 1.8 2000/05/29 23:54:39 steve Exp $
#
COMMENT= "Multiplexes MPEG component streams into system layers"
DISTNAME= mplex-1.1
CATEGORIES= graphics
2002-08-12 15:26:14 -04:00
MAINTAINER= Wilbern Cobb <wcobb@openbsd.org>
# GNU
2002-08-12 15:26:14 -04:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-29 20:06:33 -05:00
WANTLIB= c m
2002-08-12 15:26:14 -04:00
MASTER_SITES= ftp://ftp.leo.org/pub/comp/general/graphics/mpeg/mplex/ \
http://mirror.csoft.org/mplex/
2002-10-26 20:03:16 -04:00
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
.include <bsd.port.mk>