aboutsummaryrefslogtreecommitdiffstats
path: root/editors/gxedit/Makefile
blob: 93ebfbde7e12f745029f0c9377749f7204ebbd7d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    gxedit
# Version required:     1.12
# Date created:     01 Jul 1998
# Whom:         Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $Id: Makefile,v 1.10 1998/08/07 23:56:17 asami Exp $
#

DISTNAME=   GXedit1.12
PKGNAME=    gxedit-1.12
CATEGORIES= editors
MASTER_SITES=   http://devplanet.fastethernet.net/

MAINTAINER=     dom@myrddin.demon.co.uk

LIB_DEPENDS=    gtk11\\.1\\.:${PORTSDIR}/x11-toolkits/gtk11

USE_X_PREFIX=   yes

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin

.include <bsd.port.mk>