freebsd-ports/astro/glunarclock/Makefile
2003-04-07 20:29:10 +00:00

34 lines
826 B
Makefile

# Ports collection Makefile for: glunarclock
# Date created: 31 October 2000
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= glunarclock
PORTVERSION= 0.24.1
PORTREVISION= 1
CATEGORIES= astro gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= sobomax@FreeBSD.org
COMMENT= A GNOME applet which displays the current phase of the Moon
USE_X_PREFIX= yes
USE_REINPLACE= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix gnomehack gnomelibs gdkpixbuf libpanel
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= glunarclock.1
pre-configure:
@${RM} -f ${WRKSRC}/config.cache
post-patch:
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>