aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/mrproject/Makefile
blob: cbf86330b09c69c57007b01f34bf141f67303eb8 (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
34
35
36
37
# New ports collection makefile for:    MrProject
# Date created:             15 July 2001
# Whom:                 Dmitry Sivachenko <demon@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   mrproject
PORTVERSION=    0.9.1
PORTREVISION=   1
CATEGORIES= deskutils gnome
MASTER_SITES=   ftp://ftp.codefactory.se/pub/software/mrproject/source/

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Project management application for Gnome 2

LIB_DEPENDS=    mrproject.0:${PORTSDIR}/deskutils/libmrproject \
        gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
        gnomeprintui-2-2.0:${PORTSDIR}/x11-toolkits/libgnomeprintui

USE_X_PREFIX=   yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack
USE_REINPLACE=  yes
USE_LIBTOOL=    yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
        LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"

post-patch:
    @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
        s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure

post-install:
    @${SED} "s|%%PREFIX%%|${PREFIX}|g" < ${FILESDIR}/mrproject.sh > ${PREFIX}/etc/rc.d/000.mrproject.sh
    @${CHMOD} 750 ${PREFIX}/etc/rc.d/000.mrproject.sh

.include <bsd.port.mk>