# New ports collection makefile for:	flick
# Date created:		21 Mar 1998
# Whom:			giffunip@asme.org
#
# $FreeBSD: ports/devel/flick/Makefile,v 1.9 2001/01/16 17:30:17 sobomax Exp $
#

PORTNAME=	flick
PORTVERSION=	2.1
CATEGORIES=	devel
MASTER_SITES=	ftp://flux.cs.utah.edu/flux/flick/2.1/
DISTFILES=	${PORTNAME}-${PORTVERSION}-src.tar.gz

MAINTAINER=	ports@FreeBSD.org

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
MAKEFILE=	GNUmakefile

post-install:
.if !defined(NOPORTDOCS)
	@${MKDIR} ${PREFIX}/share/doc/flick
	${INSTALL_DATA}	${WRKSRC}/doc/guts/*.ps ${PREFIX}/share/doc/flick
	${INSTALL_DATA}	${WRKSRC}/doc/usersguide/*.ps ${PREFIX}/share/doc/flick
.endif

.include <bsd.port.mk>
