blob: 2192bb1aa65bb16049c8f0cbfb94b6947d8f2e49 (
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.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>
|