summaryrefslogtreecommitdiffstats
path: root/deskutils/libmrproject/Makefile
blob: ba4811d9d7aa64bfd6f4b580badee19148314e1e (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
# New ports collection makefile for:    libmrproject
# Date created:             17 February 2003
# Whom:                 Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD: ports/deskutils/libmrproject/Makefile,v 1.11 2003/08/20 01:41:01 bland Exp $
#

PORTNAME=   libmrproject
PORTVERSION=    0.10
PORTREVISION=   1
CATEGORIES= deskutils gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.10
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    Library backend for MrProject project management application

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_PYTHON= yes
USE_GMAKE=  yes
USE_GNOME=  gnomeprefix gnomehack gnometarget libgsf
INSTALLS_SHLIB= yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
        LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
CONFIGURE_ARGS= --enable-static

.include <bsd.port.mk>