aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks/sanduhr/Makefile
blob: 84af5bbdb4f5f2bf301a8bdc41370c56da73700e (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
30
31
32
33
# New ports collection makefile for:    sanduhr
# Date created:             14 September 2000
# Whom:                 Maxim Sobolev <sobomax@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   sanduhr
PORTVERSION=    1.0
CATEGORIES= x11-clocks gnome
MASTER_SITES=   http://www.mathematik.uni-kl.de/~wwwstoch/voss/

MAINTAINER= sobomax@FreeBSD.org

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  yes
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET=   --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}

MAN1=       sanduhr.1

pre-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
        s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \
        's|[(]datadir[)]/gnome/|(datadir)/|g ; \
         s|[(]datadir[)]/locale|(prefix)/share/locale|g'

.include <bsd.port.mk>