1998-07-01 11:58:48 +00:00
|
|
|
# New ports collection makefile for: gxedit
|
1998-10-24 17:10:14 +00:00
|
|
|
# Version required: 1.15
|
1998-07-01 11:58:48 +00:00
|
|
|
# Date created: 01 Jul 1998
|
|
|
|
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
|
|
|
#
|
1998-10-24 17:10:14 +00:00
|
|
|
# $Id: Makefile,v 1.13 1998/09/22 22:55:52 asami Exp $
|
1998-07-01 11:58:48 +00:00
|
|
|
#
|
|
|
|
|
1998-10-24 17:10:14 +00:00
|
|
|
DISTNAME= GXedit1.15
|
|
|
|
PKGNAME= gxedit-1.15
|
1998-07-01 11:58:48 +00:00
|
|
|
CATEGORIES= editors
|
1998-07-31 15:39:37 +00:00
|
|
|
MASTER_SITES= http://devplanet.fastethernet.net/
|
1998-07-01 11:58:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= dom@myrddin.demon.co.uk
|
|
|
|
|
1998-09-22 22:55:56 +00:00
|
|
|
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
|
1998-07-01 11:58:48 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-09-16 23:28:52 +00:00
|
|
|
ALL_TARGET= gxedit
|
1998-07-01 11:58:48 +00:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|