freebsd-ports/editors/textedit/Makefile

25 lines
472 B
Makefile
Raw Normal View History

# New ports collection makefile for: textedit
# Date created: 3 January 1998
# Whom: jraynard
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= textedit
PORTVERSION= 1.0
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
2003-03-05 22:32:49 +01:00
MAINTAINER= ports@FreeBSD.org
COMMENT= The OpenLook textedit application
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
1998-01-06 07:22:37 +01:00
WRKSRC= ${WRKDIR}/textedit
USE_IMAKE= yes
MAN1= textedit.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/textedit
.include <bsd.port.mk>