freebsd-ports/graphics/gridpix/Makefile

34 lines
936 B
Makefile
Raw Normal View History

# New ports collection makefile for: gridpix
# Date created: 19 July 1999
# Whom: asami
#
1999-08-25 08:16:32 +02:00
# $FreeBSD$
#
PORTNAME= gridpix
PORTVERSION= 2.1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= asami/GridPix
2000-07-21 19:57:38 +02:00
DISTNAME= GridPix-${PORTVERSION}
MAINTAINER= asami@FreeBSD.org
BUILD_DEPENDS= ${LOCALBASE}/lib/libnetpbm.a:${PORTSDIR}/graphics/netpbm
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} ${PKGMESSAGE}
@${ECHO} "================================"
.include <bsd.port.mk>