2008-10-19 16:45:17 +02:00
|
|
|
# New ports collection makefile for: c-a-i-r
|
|
|
|
# Date created: 18 Oct 2008
|
|
|
|
# Whom: buganini@gmail.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= c-a-i-r
|
2010-03-16 02:07:34 +01:00
|
|
|
PORTVERSION= 2.19
|
2008-10-19 16:45:17 +02:00
|
|
|
CATEGORIES= graphics
|
2009-08-22 02:23:13 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CAIR%20v${PORTVERSION}
|
2010-03-16 02:07:34 +01:00
|
|
|
DISTNAME= CAIR_v${PORTVERSION}
|
2008-10-19 16:45:17 +02:00
|
|
|
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
|
|
COMMENT= Content Aware Image Resizer is an implementation of seam carving
|
|
|
|
|
|
|
|
USE_ZIP= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/cair
|
|
|
|
|
|
|
|
do-install:
|
2010-03-16 02:07:34 +01:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/cair ${PREFIX}/bin
|
2008-10-19 16:45:17 +02:00
|
|
|
|
2008-11-23 23:45:54 +01:00
|
|
|
.include <bsd.port.mk>
|