freebsd-ports/graphics/jslice/Makefile
Tijl Coosemans ca2176f4ac Remove libjpeg.so.11 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:39:11 +00:00

21 lines
400 B
Makefile

# Created by: will
# $FreeBSD$
PORTNAME= jslice
PORTVERSION= 1.0.0
PORTREVISION= 3
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>