1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/devel/flick/Makefile

30 lines
618 B
Makefile
Raw Normal View History

# New ports collection makefile for: flick
# Date created: 21 Mar 1998
# Whom: giffunip@asme.org
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-11 21:30:15 +00:00
PORTNAME= flick
PORTVERSION= 2.1
PORTREVISION= 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 17:07:10 +00: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>