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$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= glunarclock
|
2005-04-15 19:00:05 +02:00
|
|
|
PORTVERSION= 0.32.4
|
2005-11-05 06:22:06 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
2005-03-17 10:41:29 +01:00
|
|
|
LIB_DEPENDS= xklavier.10:${PORTSDIR}/x11/libxklavier
|
2005-01-12 19:46:53 +01:00
|
|
|
|
2003-12-10 19:45:04 +01:00
|
|
|
USE_X_PREFIX= yes
|
2005-01-01 14:06:49 +01:00
|
|
|
USE_GNOME= gail gnomehack gnomepanel gnomeprefix gnometarget intlhack
|
2003-12-10 19:45:04 +01:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01: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:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|$${prefix}/share|$${datadir}|g' ${WRKSRC}/configure
|
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>
|