mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
0b318dae37
PR: 10453 Submitted by: Nathan Ahlstrom <nrahlstr@winternet.com>
29 lines
760 B
Makefile
29 lines
760 B
Makefile
# New ports collection makefile for: gxedit
|
|
# Version required: 1.22
|
|
# 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 $
|
|
#
|
|
|
|
DISTNAME= GXedit1.22
|
|
PKGNAME= gxedit-1.22
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://devplanet.fastethernet.net/
|
|
|
|
MAINTAINER= dom@myrddin.demon.co.uk
|
|
|
|
LIB_DEPENDS= gtk11d.1:${PORTSDIR}/x11-toolkits/gtk11-devel
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|