090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
28 lines
705 B
Makefile
28 lines
705 B
Makefile
# New ports collection makefile for: abiword-extras
|
|
# Date created: 2008-04-16
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= abiword-extras
|
|
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 extras (Templates, clipart, dictionary files, etc)
|
|
|
|
BUILD_DEPENDS= abiword:${PORTSDIR}/editors/abiword
|
|
RUN_DEPENDS= abiword:${PORTSDIR}/editors/abiword
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
post-install:
|
|
##### Makes abiword CRASH
|
|
@${RM} -f ${PREFIX}/share/abiword-2.6/templates/Fax-Coversheet.awt
|
|
|
|
.include <bsd.port.mk>
|