From acfa8e73d52fdd71f5a79a1ff080c13defbe1dfb Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 24 Jul 2006 23:28:54 +0000 Subject: -USE_X_PREFIX -> USE_XLIB. -Chase libxklavier shared library bump (xklavier.10 -> xklavier.11). -Bump the PORTREVISION. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6756 df743ca5-7f9a-e211-a948-0013205c9059 --- astro/glunarclock/Makefile | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 astro/glunarclock/Makefile (limited to 'astro/glunarclock/Makefile') diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile new file mode 100644 index 000000000..aec2a0161 --- /dev/null +++ b/astro/glunarclock/Makefile @@ -0,0 +1,38 @@ +# New ports collection makefile for: glunarclock +# Date created: 9 December 2003 +# Whom: Vincent Tantardini +# +# $FreeBSD$ +# + +PORTNAME= glunarclock +PORTVERSION= 0.32.4 +PORTREVISION= 2 +CATEGORIES= astro gnome +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org +COMMENT= GNOME applet that displays the current phase of the Moon + +LIB_DEPENDS= xklavier.11:${PORTSDIR}/x11/libxklavier + +USE_XLIB= yes +USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +INSTALLS_OMF= yes + +PLIST_SUB= VERSION="${PORTVERSION:R}" + +GCONF_SCHEMAS= glunarclock.schemas + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure + @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \ + 's|-DGNOME_DISABLE_DEPRECATED||g' + +.include -- cgit v1.2.3