1999-08-18 01:01:45 +00:00
|
|
|
# New ports collection makefile for: FINE
|
|
|
|
# Version required: 2.1
|
|
|
|
# Date created: 17 August 1999
|
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1999-08-18 01:01:45 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= fine
|
|
|
|
PKGNAME= fine-2.1
|
|
|
|
CATEGORIES= editors
|
|
|
|
MASTER_SITES= ftp://razor.fer.uni-lj.si/pub/software/bojank/fine/
|
|
|
|
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
|
1999-08-26 00:55:17 +00:00
|
|
|
USE_NEWGCC= yes
|
1999-08-18 01:01:45 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_QT= yes
|
|
|
|
WRKSRC= ${WRKDIR}/fine
|
|
|
|
|
1999-09-08 23:38:39 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 400004
|
|
|
|
BROKEN= 'This program needs NEWGCC but links with QT, which is built with an old version.'
|
|
|
|
.endif
|
1999-09-06 05:22:40 +00:00
|
|
|
|
1999-08-18 01:01:45 +00:00
|
|
|
do-install:
|
1999-08-26 00:58:00 +00:00
|
|
|
@${MKDIR} ${PREFIX}/share/fine
|
1999-08-18 01:01:45 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/.editor ${PREFIX}/share/fine/editor
|
|
|
|
.for template in C++.template LaTeX.template h.template html.template
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/${template} ${PREFIX}/share/fine/
|
|
|
|
.endfor
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/fine ${PREFIX}/bin
|
|
|
|
|
1999-09-08 23:38:39 +00:00
|
|
|
.include <bsd.port.post.mk>
|