freebsd-ports/graphics/jslice/Makefile
Will Andrews e9e43bd953 Add jslice, a graphics utility which breaks up a JPEG image into slices
and provides HTML code referring the slices.
2000-07-12 14:32:47 +00:00

21 lines
383 B
Makefile

# New ports collection makefile for: insert
# Date created: Wed 12 Jul 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= jslice
PORTVERSION= 1.0.0
CATEGORIES= graphics
MASTER_SITES= http://www.pldaniels.com/jslice/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin
.include <bsd.port.mk>