mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
02c5b6c7c6
as the days of the former are numbered. Reviewed by: asami
22 lines
410 B
Makefile
22 lines
410 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://people.FreeBSD.org/~fenner/distfiles/
|
|
|
|
MAINTAINER= alex@big.endian.de
|
|
|
|
LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview
|
|
|
|
WRKSRC= ${WRKDIR}/textedit
|
|
USE_IMAKE= yes
|
|
MAN1= textedit.1
|
|
|
|
.include <bsd.port.mk>
|