mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
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)
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# New ports collection makefile for: libwps
|
|
# Date created: 2008-04-16
|
|
# Whom: Michael Johnson <ahze@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libwps
|
|
PORTVERSION= 0.1.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ahze@FreeBSD.org
|
|
COMMENT= A Microsoft file word processor format import filter library
|
|
|
|
LIB_DEPENDS= wpd-0.8.8:${PORTSDIR}/textproc/libwpd
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GNOME= gnomeprefix gnomehack ltverhack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|