diff options
author | ache <ache@FreeBSD.org> | 2004-06-14 01:03:24 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-06-14 01:03:24 +0800 |
commit | caf2b90ec63fa0e354fba65482502f63c96a5156 (patch) | |
tree | c24fe9d8838c121c3996b2782737de767b41cd06 /multimedia/mpeg2codec | |
parent | 17a543a8cc3e331f0b3c62b7f1bbfb2415e4bb79 (diff) | |
download | freebsd-ports-gnome-caf2b90ec63fa0e354fba65482502f63c96a5156.tar.gz freebsd-ports-gnome-caf2b90ec63fa0e354fba65482502f63c96a5156.tar.zst freebsd-ports-gnome-caf2b90ec63fa0e354fba65482502f63c96a5156.zip |
Enable verify, verbose and trace options.
Diffstat (limited to 'multimedia/mpeg2codec')
-rw-r--r-- | multimedia/mpeg2codec/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/multimedia/mpeg2codec/Makefile b/multimedia/mpeg2codec/Makefile index c900b05e62e4..7f6c67821ccb 100644 --- a/multimedia/mpeg2codec/Makefile +++ b/multimedia/mpeg2codec/Makefile @@ -7,6 +7,7 @@ PORTNAME= mpeg2codec PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= ftp://ftp.mpeg.org/pub/mpeg/mssg/ DISTFILES= mpeg2vidcodec_v12.tar.gz @@ -17,6 +18,8 @@ COMMENT= An MPEG-2 Encoder and Decoder USE_X_PREFIX= yes WRKSRC= ${WRKDIR}/mpeg2 +CFLAGS+=-DVERIFY -DVERBOSE -DTRACE + do-install: .for i in dec enc ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |