mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
efc42222a9
old versions of 4.0-CURRENT. Remove the check and solve this. Noticed by: bento
22 lines
472 B
Makefile
22 lines
472 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
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|