blob: 5f8ca530ae258bc04aaa646dab010a7c9e02f2ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# 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= erich@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 400002 && ${OSVERSION} < 400012
BROKEN= won\'t build with egcs compiler
.endif
USE_X_PREFIX= yes
USE_GMAKE= yes
.include <bsd.port.post.mk>
|