blob: 37bebe2ccd6a439f6447ab39fb2090b406413a89 (
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.8 1998/07/31 15:39:37 jseger 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_X_PREFIX= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
.include <bsd.port.mk>
|