mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
934c015dd9
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
23 lines
540 B
Makefile
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>
|