aboutsummaryrefslogtreecommitdiffstats
path: root/math/drgeo/Makefile
blob: e69bfc360d82ca63cfdc6cece1379d4cf91f0290 (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
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$

PORTNAME=   drgeo
PORTVERSION=    1.1.0
PORTREVISION=   20
CATEGORIES= math
MASTER_SITES=   SF/ofset/${PORTNAME}/${PORTVERSION}

MAINTAINER= amdmi3@FreeBSD.org
COMMENT=    GTK interactive geometry software

LICENSE=    GPLv2+
LICENSE_FILE=   ${WRKSRC}/COPYING

BROKEN_powerpc64=   fails to compile: ./geo/libgeo.a: multiple definition of drgeoDialogData

LIB_DEPENDS=    libguile.so:lang/guile

GNU_CONFIGURE=  yes
USES=       gettext gmake localbase:ldflags pkgconfig pathfix
USE_GNOME=  gnomeprefix intlhack libglade2

PORTDATA=   *

post-patch:
    @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \
        ${WRKSRC}/plugin/drgeo/progs/tm_drgeo

.include <bsd.port.mk>