blob: 5e2fd4edba289c7c7583b4eb2fa3d8233f206919 (
plain)
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= 2
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>
|