1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/editors/axe/Makefile
Pav Lucistnik 07b2788864 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-19 22:07:43 +00:00

28 lines
550 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= 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
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>