freebsd-ports/graphics/gridpix/Makefile
Satoshi Asami 9cb6e78374 GridPix enables you to present large images over the Internet in an
efficient manner.  The image is stored in a tiled, layered format and
is presented to the user in pieces for quick zooming and scrolling.
Unlike other implementations that offer similar functionalities,
GridPix doesn't use plugins or applets -- it is pure HTML.
1999-07-20 09:14:59 +00:00

32 lines
918 B
Makefile

# New ports collection makefile for: gridpix
# Version required: 2.0
# Date created: 19 July 1999
# Whom: asami
#
# $Id$
#
DISTNAME= GridPix-2.0
PKGNAME= gridpix-2.0
CATEGORIES= graphics
MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/GridPix/
MAINTAINER= asami@FreeBSD.org
BUILD_DEPENDS= ${X11BASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
# create necessary directories -- don't want to depend on an http
# server port since we don't know which one the user wants
pre-install:
${MKDIR} ${PREFIX}/www/cgi-bin ${PREFIX}/www/data/gridpix/docs
post-install:
${MKDIR} ${PREFIX}/share/doc/gridpix
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/gridpix
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/gridpix
@${ECHO} "================================"
@${CAT} ${PKGDIR}/MESSAGE
@${ECHO} "================================"
.include <bsd.port.mk>