freebsd-ports/devel/flick/Makefile

29 lines
602 B
Makefile
Raw Normal View History

# New ports collection makefile for: flick
# Date created: 21 Mar 1998
# Whom: giffunip@asme.org
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
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
2003-02-20 18:07:10 +01:00
COMMENT= The Flexible IDL Compiler Kit
GNU_CONFIGURE= yes
USE_GMAKE= yes
MAKEFILE= GNUmakefile
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>