mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
26 lines
522 B
Makefile
26 lines
522 B
Makefile
|
# New ports collection makefile for: libole2
|
||
|
# Date created: 20th June 2000
|
||
|
# Whom: Ade Lovett <ade@FreeBSD.org>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= libole2
|
||
|
PORTVERSION= 0.1.4
|
||
|
CATEGORIES= devel gnome
|
||
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
||
|
MASTER_SITE_SUBDIR= unstable/sources/libole2
|
||
|
|
||
|
MAINTAINER= ade@FreeBSD.org
|
||
|
|
||
|
LIB_DEPENDS= glib12.3:${PORTSDIR}/devel/glib12
|
||
|
|
||
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
||
|
|
||
|
USE_GMAKE= yes
|
||
|
USE_LIBTOOL= yes
|
||
|
INSTALLS_SHLIB= yes
|
||
|
CONFIGURE_ENV= GLIB_CONFIG="${GLIB_CONFIG}"
|
||
|
|
||
|
.include <bsd.port.mk>
|