1998-07-01 11:58:48 +00:00
|
|
|
# New ports collection makefile for: gxedit
|
1999-04-16 10:38:38 +00:00
|
|
|
# Version required: 1.23
|
1999-02-02 17:04:09 +00:00
|
|
|
# Date created: 01 Jul 1998
|
|
|
|
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
1998-07-01 11:58:48 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-07-01 11:58:48 +00:00
|
|
|
#
|
|
|
|
|
1999-04-16 10:38:38 +00:00
|
|
|
DISTNAME= GXedit1.23
|
|
|
|
PKGNAME= gxedit-1.23
|
1998-07-01 11:58:48 +00:00
|
|
|
CATEGORIES= editors
|
1999-10-27 06:58:58 +00:00
|
|
|
MASTER_SITES= http://mirrors.darkelf.net/GXedit/ \
|
|
|
|
http://www.linuxbox.com/~drow/GXedit/
|
1998-07-01 11:58:48 +00:00
|
|
|
|
1999-01-17 20:06:52 +00:00
|
|
|
MAINTAINER= dom@myrddin.demon.co.uk
|
1998-07-01 11:58:48 +00:00
|
|
|
|
1999-05-29 03:56:15 +00:00
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
1998-07-01 11:58:48 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-09-16 23:28:52 +00:00
|
|
|
ALL_TARGET= gxedit
|
1998-07-01 11:58:48 +00:00
|
|
|
|
|
|
|
do-install:
|
1999-01-17 20:06:52 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gtk-shell ${PREFIX}/bin
|
1998-07-01 11:58:48 +00:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
|
1998-11-23 18:20:07 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ftp.sh ${PREFIX}/bin
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ftp-ls.sh ${PREFIX}/bin
|
1999-01-17 20:06:52 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/ftp-put.sh ${PREFIX}/bin
|
1999-04-16 10:38:38 +00:00
|
|
|
${MKDIR} ${PREFIX}/share/gxedit/
|
|
|
|
.for i in popmail.scr traceroute.scr userinfo.scr www.scr
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/gxedit
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${PREFIX}/share/doc/gxedit/
|
|
|
|
.for i in COPYING charmap.txt manual.ps manual.txt quickref.ps quickref.txt
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/$i ${PREFIX}/share/doc/gxedit/
|
|
|
|
.endfor
|
|
|
|
.endif
|
1998-07-01 11:58:48 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|