freebsd-ports/editors/axe/Makefile

26 lines
497 B
Makefile
Raw Normal View History

2000-04-14 02:25:54 +02:00
# New ports collection makefile for: aXe
# Date created: 28 December 1994
# Whom: jc@irbs.com John Capo
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= aXe
PORTVERSION= 6.1.2
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:12:51 +01:00
COMMENT= Simple to use text editor for X
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
ALL_TARGET= Xaw3d all
MAN1= axe.1 axinfo.1
.include <bsd.port.mk>