1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/gxedit/Makefile
Thomas Gellekum 7a03827998 New port gxedit, a small editor written with GTk.
PR:		7134
Submitted by:	Dom Mitchell <dom@myrddin.demon.co.uk>
1998-07-01 11:58:48 +00:00

26 lines
510 B
Makefile

# New ports collection makefile for: gxedit
# Version required: 1.04
# Date created: 01 Jul 1998
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $Id$
#
DISTNAME= GXedit1.04
PKGNAME= gxedit-1.04
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>