diff options
author | Kris Kennaway <kris@FreeBSD.org> | 1999-04-16 10:38:38 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 1999-04-16 10:38:38 +0000 |
commit | 195f92b2500548a1a4f2763f57d254c48694ac6d (patch) | |
tree | dded5340e8d8c5480b58e884ca39e574f63d5533 /editors/gxedit/Makefile | |
parent | Respect CC and CFLAGS. (diff) |
Upgrade to gxedit 1.23
Notes
Notes:
svn path=/head/; revision=17921
Diffstat (limited to 'editors/gxedit/Makefile')
-rw-r--r-- | editors/gxedit/Makefile | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/editors/gxedit/Makefile b/editors/gxedit/Makefile index 3155ecc9fce7..b3552125a9c9 100644 --- a/editors/gxedit/Makefile +++ b/editors/gxedit/Makefile @@ -1,19 +1,19 @@ # New ports collection makefile for: gxedit -# Version required: 1.22 +# Version required: 1.23 # Date created: 01 Jul 1998 # Whom: Dom Mitchell <dom@myrddin.demon.co.uk> # -# $Id: Makefile,v 1.18 1999/02/02 17:04:09 vanilla Exp $ +# $Id: Makefile,v 1.19 1999/03/24 17:41:04 steve Exp $ # -DISTNAME= GXedit1.22 -PKGNAME= gxedit-1.22 +DISTNAME= GXedit1.23 +PKGNAME= gxedit-1.23 CATEGORIES= editors MASTER_SITES= http://devplanet.fastethernet.net/ MAINTAINER= dom@myrddin.demon.co.uk -LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel +LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12 USE_X_PREFIX= yes ALL_TARGET= gxedit @@ -24,5 +24,16 @@ do-install: ${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> |