1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/graphics/jslice/Makefile
2014-02-27 14:49:31 +00:00

21 lines
438 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
LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg
PLIST_FILES= bin/jslice
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>