1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/graphics/mpegedit/Makefile

32 lines
742 B
Makefile
Raw Normal View History

# New ports collection makefile for: mpegedit
# Date created: Thu Aug 1 10:50:57 CDT 1996
# Whom: erich@FreeBSD.org
1996-08-01 20:11:57 +00:00
#
1999-08-25 06:16:32 +00:00
# $FreeBSD$
1996-08-01 20:11:57 +00:00
#
PORTNAME= mpegedit
PORTVERSION= 2.2
CATEGORIES= graphics
1997-08-11 14:53:41 +00:00
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/
DISTNAME= ${PORTNAME}_v${PORTVERSION}
1996-08-01 20:11:57 +00:00
MAINTAINER= ports@FreeBSD.org
1996-08-01 20:11:57 +00:00
LIB_DEPENDS= pnm.1:${PORTSDIR}/graphics/netpbm
1996-11-20 12:50:36 +00:00
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>