freebsd-ports/graphics/gridpix/Makefile
Dirk Meyer 3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00

35 lines
1,009 B
Makefile

# New ports collection makefile for: gridpix
# Date created: 19 July 1999
# Whom: asami
#
# $FreeBSD$
#
PORTNAME= gridpix
PORTVERSION= 2.1
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= pgollucci
DISTNAME= GridPix-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Present large images efficiently over the Internet
BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm
LIB_DEPENDS= jpeg.10:${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} ${PKGMESSAGE}
@${ECHO} "================================"
.include <bsd.port.mk>