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
|
|
|
|
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
|
|
|
|
COMMENT= A tool that automates the creation of control points
|
|
|
|
|
2009-07-28 13:45:08 +02:00
|
|
|
BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \
|
|
|
|
${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/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
|
2008-04-26 22:24:03 +02:00
|
|
|
USE_BZIP2= yes
|
2014-02-01 16:11:22 +01:00
|
|
|
USES= gmake
|
2012-10-03 17:01:55 +02:00
|
|
|
USE_DOS2UNIX= yes
|
2008-04-26 22:24:03 +02:00
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/panomatic
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|