blob: 123547a4688ed9e1aef7160eb2603c71383fe932 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# 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>
|