# Created by: Leonardo Martins # $FreeBSD$ PORTNAME= geos PORTVERSION= 3.8.1 CATEGORIES= graphics geography MASTER_SITES= https://download.osgeo.org/geos/ \ LOCAL/sunpoet MAINTAINER= sunpoet@FreeBSD.org COMMENT= Geometry Engine, Open Source LICENSE= LGPL21 LICENSE_FILE= ${WRKSRC}/COPYING USES= compiler:c++11-lang gmake libtool tar:bzip2 GNU_CONFIGURE= yes INSTALL_TARGET= install-strip TEST_TARGET= check USE_LDCONFIG= yes PLIST_SUB= PORTVERSION=${PORTVERSION} post-configure: @${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} -e '/CXXFLAGS = / s| -O2||' {} + .include 'https://phantom.tfcis.org/~lantw44/git/marcuscom-ports' title='marcuscom-ports Git repository'/>
summaryrefslogtreecommitdiffstats
blob: df589524866062bc42d65018076812799186e170 (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
41
# New ports collection makefile for:    libglade2
# Date created:             18 August 1999
# Whom:                 Ade Lovett <ade@lovett.com>
#
# $FreeBSD: ports/devel/libglade2/Makefile,v 1.50 2003/11/04 18:08:47 perky Exp $
#

PORTNAME=   libglade2
PORTVERSION=    2.3.2
PORTREVISION=   1
CATEGORIES= devel gnome
MASTER_SITES=   ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.3
DISTNAME=   ${PORTNAME:S/2$//}-${PORTVERSION}
DIST_SUBDIR=    gnome2

MAINTAINER= gnome@FreeBSD.org
COMMENT=    GNOME glade library

RUN_DEPENDS=    xmlcatmgr:${PORTSDIR}/textproc/xmlcatmgr

BUILD_DEPENDS=  ${PYEXPAT}
RUN_DEPENDS=    ${PYEXPAT}

USE_BZIP2=  yes
USE_X_PREFIX=   yes
USE_REINPLACE=  yes
USE_GMAKE=  yes
USE_PYTHON= yes
USE_LIBTOOL=    yes
USE_GNOME=  gnomehack libxml2 gtk20
INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc \
        --disable-gtk-doc
CONFIGURE_ENV=  CPPFLAGS="-I${LOCALBASE}/include" \
        LDFLAGS="-L${LOCALBASE}/lib"

PLIST_SUB=  XMLCATALOG="${LOCALBASE}/bin/xmlcatalog" \
        CATALOG_PORTS_XML="${LOCALBASE}/share/xml/catalog.ports"

.include <bsd.port.mk>