diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-10-31 23:47:34 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-10-31 23:47:34 +0800 |
commit | ba009b606240dc9ed327923b44e1c4b3395e2b18 (patch) | |
tree | 714d990856cdc19c67ab40e822149ec2ee5020b1 /astro/glunarclock/Makefile | |
parent | e65c8d63bdea4d0703e9246ced8dc11d513b9898 (diff) | |
download | freebsd-ports-gnome-ba009b606240dc9ed327923b44e1c4b3395e2b18.tar.gz freebsd-ports-gnome-ba009b606240dc9ed327923b44e1c4b3395e2b18.tar.zst freebsd-ports-gnome-ba009b606240dc9ed327923b44e1c4b3395e2b18.zip |
Add glunarclock - a GNOME applet which displays the current phase of the Moon.
Diffstat (limited to 'astro/glunarclock/Makefile')
-rw-r--r-- | astro/glunarclock/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/astro/glunarclock/Makefile b/astro/glunarclock/Makefile new file mode 100644 index 000000000000..3dad5ceed24a --- /dev/null +++ b/astro/glunarclock/Makefile @@ -0,0 +1,28 @@ +# Ports collection Makefile for: glunarclock +# Date created: 31 October 2000 +# Whom: Maxim Sobolev <sobomax@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= glunarclock +PORTVERSION= 0.1 +CATEGORIES= astro gnome +MASTER_SITES= http://www.fortunecity.de/naturpark/bienen/99/download/ + +MAINTAINER= sobomax@FreeBSD.org + +USE_X_PREFIX= yes +GNU_CONFIGURE= yes +USE_GNOME= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +pre-patch: + @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ + s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ + s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' + +.include <bsd.port.mk> |