1996-08-01 22:11:57 +02:00
|
|
|
# New ports collection makefile for: mpegedit
|
|
|
|
# Version required: 2.2
|
|
|
|
# Date created: Thu Aug 1 10:50:57 CDT 1996
|
|
|
|
# Whom: erich@FreeBSD.org
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1996-08-01 22:11:57 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= mpegedit_v2.2
|
|
|
|
PKGNAME= mpegedit-2.2
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= graphics
|
1997-08-11 16:53:41 +02:00
|
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/
|
1996-08-01 22:11:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
|
1999-09-21 03:55:37 +02:00
|
|
|
BUILD_DEPENDS= ${X11BASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
|
1996-11-20 13:50:36 +01:00
|
|
|
|
1999-06-22 18:55:16 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} > 400002
|
|
|
|
BROKEN= won\'t build with egcs compiler
|
|
|
|
.endif
|
|
|
|
|
1998-08-05 11:31:52 +02:00
|
|
|
USE_X_PREFIX= yes
|
1998-10-13 05:17:45 +02:00
|
|
|
USE_GMAKE= yes
|
1996-08-02 09:43:06 +02:00
|
|
|
|
1999-06-22 18:55:16 +02:00
|
|
|
.include <bsd.port.post.mk>
|