mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# New ports collection makefile for: textedit
|
|
# Version required: 1.0
|
|
# Date created: 3 January 1998
|
|
# Whom: jraynard
|
|
#
|
|
# $Id: Makefile,v 1.5 1998/09/21 22:15:09 steve Exp $
|
|
#
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|