mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ed9f99a59e
GNU VCDImager/VCDRip -- The GNU VideoCD Image Maker/Ripping Tool PR: 26606 Submitted by: Harold Gutch <logix@foobar.franken.de>
23 lines
518 B
Makefile
23 lines
518 B
Makefile
# New ports collection makefile for: vcdimager
|
|
# Date created: 16 April 2001
|
|
# Whom: Harold Gutch <logix@foobar.franken.de>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= vcdimager
|
|
PORTVERSION= 0.6.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.hvrlab.org/pub/vcdimager/vcdimager-0.6/
|
|
|
|
MAINTAINER= logix@foobar.franken.de
|
|
|
|
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
MAN1= vcdimager.1 vcdrip.1
|
|
|
|
.include <bsd.port.mk>
|