summaryrefslogtreecommitdiffstats
path: root/astro/glunarclock/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-07 11:25:51 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-04-07 11:25:51 +0800
commit4650875e146075391d9843c89b80b6e84fa502dc (patch)
tree6a341838b27cebdd26f2b38d3a76c281be039571 /astro/glunarclock/Makefile
parent1de358a4a7134a3bed8082f2031d3b09d99e7fa1 (diff)
downloadmarcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.tar
marcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.tar.gz
marcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.tar.bz2
marcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.tar.lz
marcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.tar.xz
marcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.tar.zst
marcuscom-ports-4650875e146075391d9843c89b80b6e84fa502dc.zip
Fix the build with GNOME 2.26.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12223 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'astro/glunarclock/Makefile')
-rw-r--r--astro/glunarclock/Makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile
new file mode 100644
index 000000000..167036f05
--- /dev/null
+++ b/astro/glunarclock/Makefile
@@ -0,0 +1,38 @@
+# New ports collection makefile for: glunarclock
+# Date created: 9 December 2003
+# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
+#
+# $FreeBSD$
+# $MCom: ports/astro/glunarclock/Makefile,v 1.10 2008/08/23 18:22:58 mezz Exp $
+#
+
+PORTNAME= glunarclock
+PORTVERSION= 0.32.4
+PORTREVISION= 7
+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.12:${PORTSDIR}/x11/libxklavier
+
+USE_GNOME= gnomehack gnomepanel gnomeprefix intlhack
+USE_GMAKE= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags libgnomeui-2.0`" \
+ LDFLAGS="-L${LOCALBASE}/lib" \
+ LIBS="`pkg-config --libs libgnomeui-2.0`"
+INSTALLS_OMF= yes
+
+PLIST_SUB= VERSION="${PORTVERSION:R}"
+
+GCONF_SCHEMAS= glunarclock.schemas
+
+post-patch:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|-DGNOME_DISABLE_DEPRECATED||g'
+
+.include <bsd.port.mk>