mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
10ae656be9
time to maintain these and I'm just not interested in these particular ones any more.
31 lines
783 B
Makefile
31 lines
783 B
Makefile
# New ports collection makefile for: FINE
|
|
# Date created: 17 August 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fine
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= editors
|
|
# DEAD MASTER_SITES= ftp://razor.fer.uni-lj.si/pub/software/bojank/fine/
|
|
MASTER_SITES= http://dccnet.linux.tucows.com/files/x11/office/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_NEWGCC= yes
|
|
USE_GMAKE= yes
|
|
USE_QT2= yes
|
|
WRKSRC= ${WRKDIR}/fine
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/share/fine
|
|
${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
|
|
|
|
.include <bsd.port.mk>
|