2013-09-20 20:35:44 +02:00
|
|
|
# Created by: argv[0] (Iouri V. Ivliev)
|
2008-04-26 22:24:03 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= panomatic
|
|
|
|
PORTVERSION= 0.9.4
|
2017-01-06 09:45:03 +01:00
|
|
|
PORTREVISION= 2
|
2008-04-26 22:24:03 +02:00
|
|
|
CATEGORIES= graphics
|
2012-10-03 17:01:55 +02:00
|
|
|
MASTER_SITES= SF
|
2008-04-26 22:24:03 +02:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
|
|
|
|
|
|
|
MAINTAINER= ii@any.com.ru
|
2014-06-13 09:36:27 +02:00
|
|
|
COMMENT= Tool that automates the creation of control points
|
2008-04-26 22:24:03 +02:00
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
BUILD_DEPENDS= bjam:devel/boost-jam \
|
|
|
|
${LOCALBASE}/include/boost/format.hpp:devel/boost-libs
|
2008-04-26 22:24:03 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2012-10-03 17:01:55 +02:00
|
|
|
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
|
2014-05-26 10:44:34 +02:00
|
|
|
USES= dos2unix gmake tar:bzip2
|
2008-04-26 22:24:03 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/panomatic
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|