2002-04-24 16:06:45 +00:00
|
|
|
# New ports collection makefile for: libwnck
|
|
|
|
# Date created: 12 April 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2009-01-10 05:22:13 +00:00
|
|
|
# $MCom: ports/x11-toolkits/libwnck/Makefile,v 1.114 2008/11/25 17:24:09 mezz Exp $
|
2002-04-24 16:06:45 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libwnck
|
2009-01-10 05:22:13 +00:00
|
|
|
PORTVERSION= 2.24.2
|
2008-07-01 01:01:57 +00:00
|
|
|
PORTREVISION?= 0
|
2002-04-24 16:06:45 +00:00
|
|
|
CATEGORIES= x11-toolkits gnome
|
2009-01-10 05:22:13 +00:00
|
|
|
MASTER_SITES= GNOME
|
2002-04-24 16:06:45 +00:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= Library used for writing pagers and taskslists
|
2002-04-24 16:06:45 +00:00
|
|
|
|
2006-05-10 16:47:21 +00:00
|
|
|
USE_BZIP2= yes
|
|
|
|
|
|
|
|
.if !defined(REFERENCE_PORT)
|
|
|
|
|
2003-04-22 05:02:24 +00:00
|
|
|
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification
|
2002-04-24 16:06:45 +00:00
|
|
|
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_GETTEXT= yes
|
2008-03-24 03:52:36 +00:00
|
|
|
USE_XORG= xres
|
2002-04-24 16:06:45 +00:00
|
|
|
USE_GMAKE= yes
|
2008-03-24 03:52:36 +00:00
|
|
|
USE_GNOME= gnomehack gtk20 ltverhack referencehack intlhack
|
2007-10-17 10:13:01 +00:00
|
|
|
USE_BISON= build
|
2006-10-14 08:35:50 +00:00
|
|
|
USE_LDCONFIG= yes
|
2006-04-30 00:47:21 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-11-07 22:24:32 +00:00
|
|
|
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc
|
2002-04-24 16:06:45 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-03 01:23:13 +00:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-04-24 16:06:45 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
2006-05-10 16:47:21 +00:00
|
|
|
|
|
|
|
.endif
|