mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
0d731daf26
- Support NOPORTDOCS - Remove USE_GMAKE - Add WWW: line into pkg/DESCR - Add pnm.1 LIB_DEPENDS PR: 19344 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
32 lines
742 B
Makefile
32 lines
742 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= graphics
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/
|
|
DISTNAME= ${PORTNAME}_v${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= pnm.1:${PORTSDIR}/graphics/netpbm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
post-extract:
|
|
@find ${WRKSRC} -name '.depend' | xargs ${RM} -f
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mpeg_edit ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/mpeg_edit
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/mpeg_edit
|
|
${INSTALL_DATA} ${WRKSRC}/manual.ps ${PREFIX}/share/doc/mpeg_edit
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|