summaryrefslogtreecommitdiff
path: root/astro/glunarclock/Makefile
blob: a261e7b02b7add63a66e44d724969290c96e9410 (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
24
25
26
27
28
29
# Ports collection Makefile for:	glunarclock
# Date created:				31 October 2000
# Whom:					Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	glunarclock
PORTVERSION=	0.1
PORTREVISION=	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>