freebsd-ports/graphics/jslice/Makefile

21 lines
400 B
Makefile
Raw Normal View History

# 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
2003-02-20 19:08:19 +01:00
COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices
2015-06-22 20:33:20 +02:00
USES= jpeg
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/jslice
do-install:
2014-02-27 15:49:31 +01:00
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>