1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/editors/gxedit/Makefile
1998-09-22 22:55:56 +00:00

25 lines
544 B
Makefile

# New ports collection makefile for: gxedit
# Version required: 1.14
# Date created: 01 Jul 1998
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
#
# $Id: Makefile,v 1.12 1998/09/16 23:28:51 vanilla Exp $
#
DISTNAME= GXedit1.14
PKGNAME= gxedit-1.14
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
ALL_TARGET= gxedit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
.include <bsd.port.mk>