1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/editors/textedit/Makefile

23 lines
402 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= alex@FreeBSD.org
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
WRKSRC= ${WRKDIR}/textedit
USE_IMAKE= yes
MAN1= textedit.1
.include <bsd.port.mk>