mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
22 lines
417 B
Makefile
22 lines
417 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= jraynard@FreeBSD.org
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
WRKSRC= ${WRKDIR}/textedit
|
|
USE_IMAKE= yes
|
|
MAN1= textedit.1
|
|
|
|
.include <bsd.port.mk>
|