aboutsummaryrefslogtreecommitdiffstats
path: root/astro/glunarclock/Makefile
blob: 4e6b500dabe9169a4aec64f6a584250510e6db81 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    glunarclock
# Date created:     9 December 2003
# Whom:         Vincent Tantardini <vinc@freebsd-fr.org>
#
# $FreeBSD$
#

PORTNAME=   glunarclock
PORTVERSION=    0.30.3
CATEGORIES= astro
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= vinc@freebsd-fr.org
COMMENT=    GNOME applet that displays the current phase of the Moon

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  gnomepanel gnomehack gnomeprefix
USE_LIBTOOL=    yes
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"

.include <bsd.port.mk>