1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/editors/gxedit/Makefile

41 lines
1.1 KiB
Makefile
Raw Normal View History

# 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>
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
#
1999-04-16 10:38:38 +00:00
DISTNAME= GXedit1.23
PKGNAME= gxedit-1.23
CATEGORIES= editors
MASTER_SITES= http://mirrors.darkelf.net/GXedit/ \
http://www.linuxbox.com/~drow/GXedit/
1999-01-17 20:06:52 +00:00
MAINTAINER= dom@myrddin.demon.co.uk
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
USE_X_PREFIX= yes
1998-09-16 23:28:52 +00:00
ALL_TARGET= gxedit
do-install:
1999-01-17 20:06:52 +00:00
${INSTALL_PROGRAM} ${WRKSRC}/gtk-shell ${PREFIX}/bin
${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
.include <bsd.port.mk>