freebsd-ports/graphics/mplex/Makefile
Tim Vanderhoek 934c015dd9 - Use a do-install: target instead of patching one into the source
Makefile.  A do-install: target is preferrable if one does not plan
  on submitting patches to the author.  Doing it this way has the
  nice side-advantages that we now respect MANOWN and BINOWN.

- Respect CFLAGS

- move patches/patch-ab to files/mplex.1
1998-08-24 03:13:47 +00:00

23 lines
540 B
Makefile

# New ports collection makefile for: mplex
# Version required: 1.1
# Date created: Wed Jul 31 20:54:54 CDT 1996
# Whom: erich@FreeBSD.org
#
# $Id: Makefile,v 1.3 1998/08/23 07:34:43 hoek Exp $
#
DISTNAME= mplex-1.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.informatik.tu-muenchen.de/pub/comp/graphics/mpeg/mplex/
MAINTAINER= erich@FreeBSD.org
MAN1= mplex.1
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mplex ${PREFIX}/bin
@${INSTALL_MAN} ${FILESDIR}/mplex.1 ${PREFIX}/man/man1
.include <bsd.port.mk>