freebsd-ports/editors/abiword-docs/Makefile
Koop Mast 2ae147928b Update to 2.8.6.
Make sure we build plugins now.
2013-03-25 22:07:11 +00:00

24 lines
645 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
# $MCom: ports/editors/abiword-docs/Makefile,v 1.1 2009/11/10 14:08:20 kwm Exp $
PORTNAME= abiword-docs
PORTVERSION= 2.8.6
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
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>