freebsd-ports/graphics/panomatic/Makefile
Martin Wilke 768f3494a1 - Stage support
- Convert to USES
2014-02-01 15:11:22 +00:00

26 lines
595 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= A tool that automates the creation of control points
BUILD_DEPENDS= bjam:${PORTSDIR}/devel/boost-jam \
${LOCALBASE}/include/boost/format.hpp:${PORTSDIR}/devel/boost-libs
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-boost=${LOCALBASE}/include
USE_BZIP2= yes
USES= gmake
USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PLIST_FILES= bin/panomatic
.include <bsd.port.mk>