mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
e14ec98a41
Noticed by: FreeBSD's newlywed - Satoshi Asami
27 lines
608 B
Makefile
27 lines
608 B
Makefile
# 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.6 1998/07/20 15:24:31 asami Exp $
|
|
#
|
|
|
|
DISTNAME= GXedit1.07
|
|
PKGNAME= gxedit-1.07
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://devplanet.fastethernet.net/mirrors/GXedit/ \
|
|
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>
|