1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/fine/Makefile
Chris Piazza 10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00

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>