mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
96bf006bd4
has retired from active service. Looks like the new maintainer's first job will be to find a master site (marked broken). Requested by: Alexander Langer <alex@big.endian.de>
24 lines
443 B
Makefile
24 lines
443 B
Makefile
# New ports collection makefile for: textedit
|
|
# Version required: 1.0
|
|
# Date created: 3 January 1998
|
|
# Whom: jraynard
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= textedit-1.0
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://www.FreeBSD.org/~jraynard/ports/distfiles/
|
|
|
|
MAINTAINER= alex@big.endian.de
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
BROKEN= "mastersite gone"
|
|
|
|
WRKSRC= ${WRKDIR}/textedit
|
|
USE_IMAKE= yes
|
|
MAN1= textedit.1
|
|
|
|
.include <bsd.port.mk>
|