1999-01-11 00:17:44 -05:00
|
|
|
# New ports collection makefile for: flick
|
|
|
|
# Date created: 21 Mar 1998
|
|
|
|
# Whom: giffunip@asme.org
|
|
|
|
#
|
1999-08-25 01:57:29 -04:00
|
|
|
# $FreeBSD$
|
1999-01-11 00:17:44 -05:00
|
|
|
#
|
|
|
|
|
2000-04-11 17:30:15 -04:00
|
|
|
PORTNAME= flick
|
|
|
|
PORTVERSION= 2.1
|
1999-01-11 00:17:44 -05:00
|
|
|
CATEGORIES= devel
|
1999-12-24 20:46:15 -05:00
|
|
|
MASTER_SITES= ftp://flux.cs.utah.edu/flux/flick/2.1/
|
2000-09-25 08:21:43 -04:00
|
|
|
DISTFILES= ${PORTNAME}-${PORTVERSION}-src.tar.gz
|
1999-01-11 00:17:44 -05:00
|
|
|
|
2001-01-16 12:33:20 -05:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-01-11 00:17:44 -05:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
MAKEFILE= GNUmakefile
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
2001-12-23 21:17:17 -05:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${DOCSDIR}
|
|
|
|
@${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${DOCSDIR}
|
1999-01-11 00:17:44 -05:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|