2003-12-10 19:45:04 +01:00
|
|
|
# New ports collection makefile for: glunarclock
|
|
|
|
# Date created: 9 December 2003
|
|
|
|
# Whom: Vincent Tantardini <vinc@freebsd-fr.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2008-03-24 04:52:36 +01:00
|
|
|
# $MCom: ports/astro/glunarclock/Makefile,v 1.8 2008/03/20 18:57:15 mezz Exp $
|
2003-12-10 19:45:04 +01:00
|
|
|
|
|
|
|
PORTNAME= glunarclock
|
2005-04-15 19:00:05 +02:00
|
|
|
PORTVERSION= 0.32.4
|
2008-03-24 04:52:36 +01:00
|
|
|
PORTREVISION= 6
|
2004-12-30 09:32:05 +01:00
|
|
|
CATEGORIES= astro gnome
|
2003-12-10 19:45:04 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
2004-12-19 23:08:16 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-12-10 19:45:04 +01:00
|
|
|
COMMENT= GNOME applet that displays the current phase of the Moon
|
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
LIB_DEPENDS= xklavier.12:${PORTSDIR}/x11/libxklavier
|
2005-01-12 19:46:53 +01:00
|
|
|
|
2008-03-24 04:52:36 +01:00
|
|
|
USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack
|
2003-12-10 19:45:04 +01:00
|
|
|
USE_GMAKE= yes
|
2007-10-25 01:37:25 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-07-29 21:50:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-30 09:32:05 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
INSTALLS_OMF= yes
|
|
|
|
|
|
|
|
PLIST_SUB= VERSION="${PORTVERSION:R}"
|
|
|
|
|
|
|
|
GCONF_SCHEMAS= glunarclock.schemas
|
|
|
|
|
|
|
|
post-patch:
|
2005-03-22 07:20:43 +01:00
|
|
|
@${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|-DGNOME_DISABLE_DEPRECATED||g'
|
2003-12-10 19:45:04 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|