1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/graphics/vigra/Makefile
Pav Lucistnik a59c95801a - Fix plist
- Style

PR:		ports/77683
Submitted by:	Marco Molteni <molter@tin.it>
2005-02-20 16:25:08 +00:00

40 lines
1.1 KiB
Makefile

# New ports collection makefile for: panorama-tools
# Date created: 26 august 2004
# Whom: cartola (Carlos E. G. Carvalho)
#
# $FreeBSD$
#
# This port has been made as a building dependence for the hugin port.
# As far as I could test the hugin port runs without this port installed, so the package
# does not need to refer to this dependence.
# The hugin port is a gui interface to interact with panorama tools.
PORTNAME= vigra
PORTVERSION= 1.3.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://kogs-www.informatik.uni-hamburg.de/~koethe/vigra/
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= cartola@openit.com.br
COMMENT= VIGRA stands for "Vision with Generic Algorithms"
LIB_DEPENDS= tiff:${PORTSDIR}/graphics/tiff \
png:${PORTSDIR}/graphics/png \
jpeg:${PORTSDIR}/graphics/jpeg \
fftw:${PORTSDIR}/math/fftw
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} \
--with-tiff \
--with-jpeg \
--with-png \
--with-zlib \
--with-fftw \
--docdir=${PREFIX}/share/doc/vigra
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>