summaryrefslogtreecommitdiffstats
path: root/databases/glom/Makefile
blob: c6b03bca9e089b464d3196970f82a51ecc14ac7a (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
38
39
40
# New ports collection makefile for:    glom
# Date created:             24 April, 2005
# Whom:                 Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   glom
PORTVERSION=    0.8.30
CATEGORIES= databases gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.8

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME database designed

LIB_DEPENDS=    bakery-2.3:${PORTSDIR}/x11-toolkits/bakery \
        gdamm-1.3:${PORTSDIR}/databases/libgdamm
BUILD_DEPENDS=  ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes
RUN_DEPENDS=    ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_PYTHON= yes

USE_LIBTOOL_VER=15
USE_GMAKE=  yes
USE_GNOME=  gnomehack gnomeprefix pygnomeextras
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

INSTALLS_OMF=   yes

.include <bsd.port.pre.mk>

.if (${OSVERSION} < 500000)
BROKEN=     "Doesn't play well with 4.X."
.endif

.include <bsd.port.post.mk>