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
|
2000-06-29 07:03:02 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= asami/GridPix
|
2000-07-21 17:57:38 +00:00
|
|
|
DISTNAME= GridPix-${PORTVERSION}
|
1999-07-20 09:14:59 +00:00
|
|
|
|
|
|
|
MAINTAINER= asami@FreeBSD.org
|
|
|
|
|
2000-05-01 08:17:43 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/libpnm.a:${PORTSDIR}/graphics/netpbm
|
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>
|