1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/editors/fine/Makefile

31 lines
785 B
Makefile
Raw Normal View History

# New ports collection makefile for: FINE
# Date created: 17 August 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
2000-04-14 00:25:54 +00:00
PORTNAME= fine
PORTVERSION= 2.3
CATEGORIES= editors
# DEAD MASTER_SITES= ftp://razor.fer.uni-lj.si/pub/software/bojank/fine/
2000-05-21 23:57:07 +00:00
MASTER_SITES= http://dccnet.linux.tucows.com/files/x11/office/
2000-04-14 00:25:54 +00:00
DISTNAME= ${PORTNAME}${PORTVERSION}
MAINTAINER= cpiazza@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>