freebsd-ports/graphics/jslice/Makefile
2010-02-05 11:46:55 +00:00

25 lines
505 B
Makefile

# New ports collection makefile for: insert
# Date created: Wed 12 Jul 2000
# Whom: 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= jpeg.11:${PORTSDIR}/graphics/jpeg
PLIST_FILES= bin/jslice
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin
.include <bsd.port.mk>