opnsense-ports/graphics/panomatic/Makefile
Franco Fichtner d543c3ab93 */*: sync with upstream
Taken from: FreeBSD
2016-04-02 16:03:17 +02:00

24 lines
555 B
Makefile

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