freebsd-ports/graphics/panomatic/Makefile
Jan Beich b324ade02d devel/boost-*: update to 1.64.0
Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
2017-05-02 06:48:10 +00:00

25 lines
571 B
Makefile

# Created by: argv[0] (Iouri V. Ivliev)
# $FreeBSD$
PORTNAME= panomatic
PORTVERSION= 0.9.4
PORTREVISION= 3
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>