1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/editors/gxedit/Makefile

25 lines
542 B
Makefile
Raw Normal View History

# New ports collection makefile for: gxedit
1998-10-24 17:10:14 +00:00
# Version required: 1.15
# 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-10-24 17:10:14 +00:00
DISTNAME= GXedit1.15
PKGNAME= gxedit-1.15
CATEGORIES= editors
1998-07-31 15:39:37 +00:00
MASTER_SITES= http://devplanet.fastethernet.net/
MAINTAINER= dom@myrddin.demon.co.uk
1998-09-22 22:55:56 +00:00
LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11
USE_X_PREFIX= yes
1998-09-16 23:28:52 +00:00
ALL_TARGET= gxedit
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gxedit ${PREFIX}/bin
.include <bsd.port.mk>