openbsd-ports/graphics/mplex/Makefile

27 lines
568 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.8 2007/09/15 20:09:42 simon 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
2006-02-04 14:17:41 -05:00
MASTER_SITES= 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>