aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/jslice/Makefile
blob: d6252dd1bbba2c6fde7a308a3291a5b66dd2d272 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>