mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
7ae7b018cc
with CRLF. While there, run make makepatch, rename patches to use the new scheme, and various fixes. With hat: portmgr Sponsored by: Absolight
26 lines
517 B
Makefile
26 lines
517 B
Makefile
# Created by: 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
|
|
|
|
USES= dos2unix gmake zip
|
|
DOS2UNIX_GLOB= *.cpp
|
|
|
|
MAKE_ARGS+= CC="${CXX}"
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
PLIST_FILES= bin/cair
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|