freebsd-ports/editors/gxedit/Makefile
Peter Pentchev 6403f1a2ba Maintainer address change: dom@myrddin.demon.co.uk -> dom@happygiraffe.net
PR:		27923
Submitted by:	maintainer
Reviewed by:	awk -F\| '$6 ~ /dom@myrddin/ {print $2;}' /usr/ports/INDEX ;)
2001-06-07 07:46:06 +00:00

43 lines
1.1 KiB
Makefile

# New ports collection makefile for: gxedit
# Date created: 01 Jul 1998
# Whom: Dom Mitchell <dom@happygiraffe.net>
#
# $FreeBSD$
#
PORTNAME= gxedit
PORTVERSION= 1.23
CATEGORIES= editors
MASTER_SITES= http://mirrors.darkelf.net/GXedit/ \
http://www.linuxbox.com/~drow/GXedit/
DISTNAME= GXedit${PORTVERSION}
MAINTAINER= dom@happygiraffe.net
USE_X_PREFIX= yes
USE_GTK= yes
ALL_TARGET= gxedit
post-patch:
@${PERL} -pi -e "s|%%LOCALBASE%%|${LOCALBASE}|g" ${WRKSRC}/config.h
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gtk-shell ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ftp.sh ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ftp-ls.sh ${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/ftp-put.sh ${PREFIX}/bin
${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 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>