summaryrefslogtreecommitdiff
path: root/editors/gxedit/Makefile
blob: 6d9417efe92d8bd87278a090c807b610b94b152b (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
24
25
# New ports collection makefile for:	gxedit
# Version required:     1.07
# Date created:		01 Jul 1998
# Whom:			Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $Id: Makefile,v 1.7 1998/07/20 18:51:39 steve Exp $
#

DISTNAME=	GXedit1.07
PKGNAME=	gxedit-1.07
CATEGORIES=	editors
MASTER_SITES=	http://devplanet.fastethernet.net/
EXTRACT_SUFX=	.tar

MAINTAINER=     dom@myrddin.demon.co.uk

LIB_DEPENDS=	gtk\\.1\\.4:${PORTSDIR}/x11/gtk

EXTRACT_BEFORE_ARGS= -xf
USE_X11=	yes

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

.include <bsd.port.mk>