Update graphics/cimg to version 1.7.5,3
[dports.git] / graphics / panomatic / Makefile
1 # Created by: argv[0] (Iouri V. Ivliev)
2 # $FreeBSD$
3
4 PORTNAME=       panomatic
5 PORTVERSION=    0.9.4
6 CATEGORIES=     graphics
7 MASTER_SITES=   SF
8 DISTNAME=       ${PORTNAME}-${PORTVERSION}-src
9
10 MAINTAINER=     ii@any.com.ru
11 COMMENT=        Tool that automates the creation of control points
12
13 BUILD_DEPENDS=  bjam:devel/boost-jam \
14                 ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
15
16 GNU_CONFIGURE=  yes
17 CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
18 USES=           dos2unix gmake tar:bzip2
19
20 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}
21
22 PLIST_FILES=    bin/panomatic
23
24 .include <bsd.port.mk>