freebsd-ports/editors/abiword-docs/Makefile
Pav Lucistnik 9752b252a5 - Mark BROKEN: segfaults during build
Reported by:	pointyhat
2009-01-25 20:50:55 +00:00

30 lines
689 B
Makefile

# New ports collection makefile for: abiword-docs
# Date created: 2008-04-16
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= abiword-docs
PORTVERSION= 2.6.3
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/%SUBDIR%/${PORTVERSION}/source/
MASTER_SITE_SUBDIR= abiword
DIST_SUBDIR= AbiWord
MAINTAINER= gnome@FreeBSD.org
COMMENT= AbiWord help files
BUILD_DEPENDS= abiword:${PORTSDIR}/editors/abiword
RUN_DEPENDS= abiword:${PORTSDIR}/editors/abiword
BROKEN= segfaults during build
GNU_CONFIGURE= yes
USE_GMAKE= yes
# Don't give X warnings if DISPLAY is set
CONFIGURE_ENV= DISPLAY=""
MAKE_ENV= DISPLAY=""
.include <bsd.port.mk>