mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
25 lines
542 B
Makefile
25 lines
542 B
Makefile
# New ports collection makefile for: gxedit
|
|
# Version required: 1.15
|
|
# Date created: 01 Jul 1998
|
|
# Whom: Dom Mitchell <dom@myrddin.demon.co.uk>
|
|
#
|
|
# $Id: Makefile,v 1.13 1998/09/22 22:55:52 asami Exp $
|
|
#
|
|
|
|
DISTNAME= GXedit1.15
|
|
PKGNAME= gxedit-1.15
|
|
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>
|