summaryrefslogtreecommitdiff
path: root/graphics/c-a-i-r/Makefile
blob: f6e629aa6d3a777546c7827255e71041a235c384 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:	c-a-i-r
# Date created:				18 Oct 2008
# Whom:					buganini@gmail.com
#
# $FreeBSD$
#

PORTNAME=	c-a-i-r
PORTVERSION=	2.17
CATEGORIES=	graphics
MASTER_SITES=	SF
DISTNAME=	CAIR_MT_v2.17

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:
	${INSTALL_SCRIPT} ${WRKDIR}/cair ${PREFIX}/bin

.include <bsd.port.mk>