openbsd-ports/graphics/mplex/Makefile

25 lines
490 B
Makefile
Raw Normal View History

2012-08-18 08:41:37 -04:00
# $OpenBSD: Makefile,v 1.9 2012/08/18 12:41:38 ajacoutot 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>