1999-07-20 11:14:59 +02:00
|
|
|
# New ports collection makefile for: gridpix
|
|
|
|
# Date created: 19 July 1999
|
|
|
|
# Whom: asami
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1999-07-20 11:14:59 +02:00
|
|
|
#
|
|
|
|
|
2000-04-14 12:48:02 +02:00
|
|
|
PORTNAME= gridpix
|
|
|
|
PORTVERSION= 2.1
|
1999-07-20 11:14:59 +02:00
|
|
|
CATEGORIES= graphics
|
2000-06-29 09:03:02 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
2004-03-12 22:03:28 +01:00
|
|
|
MASTER_SITE_SUBDIR= trevor
|
2000-07-21 19:57:38 +02:00
|
|
|
DISTNAME= GridPix-${PORTVERSION}
|
1999-07-20 11:14:59 +02:00
|
|
|
|
2003-10-16 00:11:49 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Present large images efficiently over the Internet
|
1999-07-20 11:14:59 +02:00
|
|
|
|
2002-09-03 09:26:04 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm
|
1999-07-20 11:14:59 +02:00
|
|
|
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} "================================"
|
2000-10-08 12:23:48 +02:00
|
|
|
@${CAT} ${PKGMESSAGE}
|
1999-07-20 11:14:59 +02:00
|
|
|
@${ECHO} "================================"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|