freebsd-ports/editors/axe/Makefile
Kevin Lo 1534d9a4bf - Add x11-toolkits/Xaw3d to LIB_DEPENDS
- Fix new compiler error
- Add missing MAN1 line

PR: 22811
Submitted by: Ports Fury
2000-11-13 13:39:03 +00:00

25 lines
456 B
Makefile

# 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= 1
CATEGORIES= editors
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= editors
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
ALL_TARGET= Xaw3d all
MAN1= axe.1 axinfo.1
.include <bsd.port.mk>