mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
f4902e7d86
PR: 14484 Submitted by: Chris D. Faulhaber jedgar@fxp.org
41 lines
1.1 KiB
Makefile
41 lines
1.1 KiB
Makefile
# New ports collection makefile for: gxedit
|
|
# Version required: 1.23
|
|
# Date created: 01 Jul 1998
|
|
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= GXedit1.23
|
|
PKGNAME= gxedit-1.23
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://mirrors.darkelf.net/GXedit/ \
|
|
http://www.linuxbox.com/~drow/GXedit/
|
|
|
|
MAINTAINER= dom@myrddin.demon.co.uk
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
|
|
USE_X_PREFIX= yes
|
|
ALL_TARGET= gxedit
|
|
|
|
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 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>
|