freebsd-ports/devel/flick/Makefile
Patrick Li b666502afd - PORTDOCS police
- DOCSDIR support to some
- Brush out some lint
2001-12-24 02:17:17 +00:00

28 lines
563 B
Makefile

# New ports collection makefile for: flick
# Date created: 21 Mar 1998
# Whom: giffunip@asme.org
#
# $FreeBSD$
#
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} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/guts/*.ps ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/doc/usersguide/*.ps ${DOCSDIR}
.endif
.include <bsd.port.mk>