freebsd-ports/editors/textedit/Makefile
Bill Fenner 39e0ff9ee1 Remove jraynard as MAINTAINER, since he no longer has an account.
Move distfiles from ~jraynard/public_html/ports/distfiles/ to
 ~fenner/public_html/distfiles-- this does not imply that I take
 any responsibility for the ports but I'll at least host the
 existing distfiles =)
1999-12-22 17:31:02 +00:00

22 lines
407 B
Makefile

# New ports collection makefile for: textedit
# Version required: 1.0
# Date created: 3 January 1998
# Whom: jraynard
#
# $FreeBSD$
#
DISTNAME= textedit-1.0
CATEGORIES= editors
MASTER_SITES= http://www.FreeBSD.org/~fenner/distfiles/
MAINTAINER= alex@big.endian.de
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/textedit
USE_IMAKE= yes
MAN1= textedit.1
.include <bsd.port.mk>