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
|
1999-07-20 09:14:59 +00:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/GridPix/
|
2000-04-14 10:48:02 +00:00
|
|
|
DISTNAME= GridPix-${PORTVERSION}
|
1999-07-20 09:14:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= asami@FreeBSD.org
|
|
|
|
|
2000-04-29 21:29:36 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm \
|
|
|
|
${LOCALBASE}/include/shhopt.h:${PORTSDIR}/devel/libshhopt
|
1999-07-20 09:14:59 +00: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} "================================"
|
|
|
|
@${CAT} ${PKGDIR}/MESSAGE
|
|
|
|
@${ECHO} "================================"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|