freebsd-ports/editors/textedit/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

25 lines
488 B
Makefile

# New ports collection makefile for: textedit
# Date created: 3 January 1998
# Whom: jraynard
#
# $FreeBSD$
#
PORTNAME= textedit
PORTVERSION= 1.0
PORTREVISION= 1
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>