aboutsummaryrefslogtreecommitdiff
path: root/graphics/panomatic/Makefile
blob: 9bb5bcc00367c8b90a85775eaa2c98780b816b47 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: argv[0] (Iouri V. Ivliev)
# $FreeBSD$

PORTNAME=	panomatic
PORTVERSION=	0.9.4
PORTREVISION=	4
CATEGORIES=	graphics
MASTER_SITES=	SF
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

MAINTAINER=	ii@any.com.ru
COMMENT=	Tool that automates the creation of control points

BUILD_DEPENDS=	bjam:devel/boost-jam \
		${LOCALBASE}/include/boost/format.hpp:devel/boost-libs

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-boost=${LOCALBASE}/include
USES=		dos2unix gmake tar:bzip2

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

PLIST_FILES=	bin/panomatic

.include <bsd.port.mk>