freebsd-ports/graphics/c-a-i-r/Makefile
Wen Heping acddf8cee4 - Update to 2.19
PR:		ports/144371
Submitted by:	Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
2010-03-16 01:07:34 +00:00

27 lines
539 B
Makefile

# 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.19
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/CAIR%20v${PORTVERSION}
DISTNAME= CAIR_v${PORTVERSION}
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} ${WRKSRC}/cair ${PREFIX}/bin
.include <bsd.port.mk>