opnsense-ports/graphics/jslice/Makefile
Franco Fichtner 9c32318b80 */*: sync with upstream
Taken from: FreeBSD
2015-06-23 09:29:05 +02:00

20 lines
400 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= jslice
PORTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= http://www.pldaniels.com/jslice/
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices
USES= jpeg
PLIST_FILES= bin/jslice
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>