mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-03 22:23:24 +00:00
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# New ports collection makefile for: mpegedit
|
|
# Version required: 2.2
|
|
# Date created: Thu Aug 1 10:50:57 CDT 1996
|
|
# Whom: erich@FreeBSD.org
|
|
#
|
|
# $Id: Makefile,v 1.4 1996/11/20 12:50:36 asami Exp $
|
|
#
|
|
|
|
DISTNAME= mpegedit_v2.2
|
|
PKGNAME= mpegedit-2.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.demon.co.uk/pub/unix/tools/
|
|
|
|
MAINTAINER= erich@FreeBSD.org
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
|
|
|
|
USE_X11= yes
|
|
|
|
.include <bsd.port.mk>
|