mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
20 lines
382 B
Makefile
20 lines
382 B
Makefile
# Created by: Ade Lovett <ade@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libole2
|
|
PORTVERSION= 0.2.4
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Support library for OLE functions (MS-Excel) for gnumeric
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
USES= gmake libtool
|
|
USE_GNOME= glib12
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|