aboutsummaryrefslogtreecommitdiffstats
path: root/editors/axe/Makefile
blob: 56db120e302968355e2d1e91ae116690a252f0d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:    aXe
# Date created:     28 December 1994
# Whom:         jc@irbs.com John Capo
#
# $FreeBSD$
#

PORTNAME=   aXe
PORTVERSION=    6.1.2
PORTREVISION=   3
CATEGORIES= editors
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
EXTRACT_SUFX=   .tar.Z

MAINTAINER= ports@FreeBSD.org
COMMENT=    Simple to use text editor for X

LIB_DEPENDS=    Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d

USE_IMAKE=  yes
USE_XORG=   ice sm x11 xaw xext xmu xpm xt
ALL_TARGET= Xaw3d all
MAN1=       axe.1 axinfo.1

.include <bsd.port.mk>