mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
24 lines
539 B
Makefile
24 lines
539 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= 2
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
|
|
|
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:22
|
|
USE_GNOME= gnomeprefix gnomehack ltverhack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|