summaryrefslogtreecommitdiff
path: root/graphics/panomatic/Makefile
blob: 5f479d09ca1abfd77aa858db1aff4bcb8ce3d45e (plain)
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
26
27
# New ports collection makefile for:   panomatic
# Date created:        Fri Mar  7 11:06:34 UTC 2008
# Whom:                argv[0] (Iouri V. Ivliev)
#
# $FreeBSD$

PORTNAME=	panomatic
PORTVERSION=	0.9.4
CATEGORIES=	graphics
MASTER_SITES=	http://people.esterdev.com/yury/bicycles/
DISTNAME=	${PORTNAME}-${PORTVERSION}-src

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

BUILD_DEPENDS=	bjam:${PORTSDIR}/devel/boost

GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_BZIP2=	yes
USE_GMAKE=	yes

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

PLIST_FILES=	bin/panomatic

.include <bsd.port.mk>