freebsd-ports/editors/textedit/Makefile
Kirill Ponomarev 922e09b481 - Fix build on 5.x
Reported by:	bento via kris
2004-02-27 09:23:15 +00:00

24 lines
472 B
Makefile

# New ports collection makefile for: textedit
# Date created: 3 January 1998
# Whom: jraynard
#
# $FreeBSD$
#
PORTNAME= textedit
PORTVERSION= 1.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
MAINTAINER= ports@FreeBSD.org
COMMENT= The OpenLook textedit application
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/textedit
USE_IMAKE= yes
MAN1= textedit.1
PLIST_FILES= bin/textedit
.include <bsd.port.mk>