freebsd-ports/editors/axe/Makefile
Dejan Lesjak 10703748eb Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
2005-04-10 05:39:56 +00:00

25 lines
487 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
COMMENT= Simple to use text editor for X
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
ALL_TARGET= Xaw3d all
MAN1= axe.1 axinfo.1
.include <bsd.port.mk>