mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
9ba75e3d60
- CPPFLAGS - Get rid of MAN1 - Fix pkg-plist - Introduce USES=libtool - Bump PORTREVISION including dependent ports that need rebuild PR: 187923 Submitted by: kamikaze@bsdforen.de Reviewed by: Oliver Heesakkers <dev2@heesakkers.info> (maintainer) Approved by: maintainer, mentors (implicit)
14 lines
221 B
Makefile
14 lines
221 B
Makefile
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
CATEGORIES= graphics
|
|
|
|
COMMENT= Gstreamer ZBar barcode detector plugin
|
|
|
|
GST_PLUGIN= zbar
|
|
DIST= bad
|
|
|
|
MASTERDIR= ${.CURDIR}/../../multimedia/gstreamer1-plugins
|
|
|
|
.include "${MASTERDIR}/Makefile"
|