mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
23 lines
402 B
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>
|