freebsd-ports/editors/abiword-docs/Makefile

22 lines
504 B
Makefile
Raw Normal View History

2008-04-16 21:44:25 +02:00
PORTNAME= abiword-docs
PORTVERSION= 3.0.1
PORTREVISION= 1
2008-04-16 21:44:25 +02:00
CATEGORIES= editors
MASTER_SITES= http://www.abisource.com/downloads/abiword/${PORTVERSION}/source/
2008-04-16 21:44:25 +02:00
DIST_SUBDIR= AbiWord
MAINTAINER= gnome@FreeBSD.org
COMMENT= AbiWord help files
WWW= https://www.abisource.com/
2008-04-16 21:44:25 +02:00
BUILD_DEPENDS= abiword:editors/abiword
RUN_DEPENDS= abiword:editors/abiword
2008-04-16 21:44:25 +02:00
GNU_CONFIGURE= yes
2013-09-03 08:36:41 +02:00
USES= gmake pkgconfig
2008-04-16 21:44:25 +02:00
# Don't give X warnings if DISPLAY is set
CONFIGURE_ENV= DISPLAY=""
MAKE_ENV= DISPLAY=""
.include <bsd.port.mk>