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