mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
acb5f8add8
g++ -O -I/usr/X11R6/include -o mpeg_edit main.o globals/version.o editor/editor.a ui/ui.a MpegCodec/mpeg.a -L/usr/X11R6/lib -lXext -lX11 -lpnm -lppm -lpbm -lpgm -lm cc: editor/editor.a: No such file or directory cc: ui/ui.a: No such file or directory cc: MpegCodec/mpeg.a: No such file or directory
23 lines
527 B
Makefile
23 lines
527 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.6 1998/08/05 09:31:13 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
|
|
|
|
BROKEN_ELF= missing libraries
|
|
|
|
BUILD_DEPENDS= ${PREFIX}/include/pbmplus.h:${PORTSDIR}/graphics/netpbm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|