1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/multimedia/vcdimager/Makefile
Tilman Keskinoz 4efbbe5d03 Update libcdio: 0.92 -> 0.93
Udpate libcdio-paranoia: 10.2+0.90+1 -> 10.2+0.93+1

Bump PORTREVISIONs of dependents because of shared library version bump.
2016-04-29 15:20:28 +00:00

29 lines
616 B
Makefile

# Created by: Harold Gutch <logix@foobar.franken.de>
# $FreeBSD$
PORTNAME= vcdimager
PORTVERSION= 0.7.24
PORTREVISION= 7
CATEGORIES= multimedia
MASTER_SITES= GNU
MAINTAINER= multimedia@FreeBSD.org
COMMENT= GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool
LICENSE= GPLv2
LIB_DEPENDS= libpopt.so:devel/popt \
libxml2.so:textproc/libxml2 \
libcdio.so:sysutils/libcdio
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USES= gmake libtool pathfix pkgconfig
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
INFO= vcdimager vcdxrip vcd-info
.include <bsd.port.mk>