7caf0e201a
replace pkg-plist with PORTDOCS and PLIST_FILES.
34 lines
789 B
Makefile
34 lines
789 B
Makefile
# New ports collection makefile for: mpegedit
|
|
# Date created: Thu Aug 1 10:50:57 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpegedit
|
|
PORTVERSION= 2.2
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://www.netsw.org/graphic/movie/mpeg/mpegedit/
|
|
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to edit encoded mpeg streams
|
|
|
|
LIB_DEPENDS= netpbm.1:${PORTSDIR}/graphics/netpbm
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GCC= 2.95
|
|
PORTDOCS= README manual.ps
|
|
PLIST_FILES= bin/mpeg_edit
|
|
|
|
post-extract:
|
|
@${FIND} ${WRKSRC} -name '.depend' | ${XARGS} ${RM} -f
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mpeg_edit ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|