freebsd-ports/graphics/c-a-i-r/Makefile
2021-04-06 16:31:07 +02:00

24 lines
502 B
Makefile

# Created by: buganini@gmail.com
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}"
NO_WRKSUBDIR= yes
PLIST_FILES= bin/cair
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cair ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>