1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/editors/textedit/Makefile

22 lines
410 B
Makefile
Raw Normal View History

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