summaryrefslogtreecommitdiff
path: root/editors/xed/Makefile
blob: 850b8fbf39e848766f4255a292d21c6160407b2a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	xed
# Date created:		28 Jul 1996
# Whom:			shanee
#
# $FreeBSD$
#

PORTNAME=	xed
PORTVERSION=	1.3
CATEGORIES=	editors
MASTER_SITES=	${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	editors
DISTNAME=	${PORTNAME}${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	shanee@augusta.de

USE_IMAKE=	yes
USE_XPM=	yes
MAN1=		xed.1

.include <bsd.port.mk>