aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/geomgui/Makefile
blob: 6369827c4518e8628a873aec82406311f57dfb50 (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
# Created by: Soeren Straarup <xride@FreeBSD.org>
# $FreeBSD$

PORTNAME=   geomgui
PORTVERSION=    0.13
CATEGORIES= sysutils
MASTER_SITES=   http://tinkering.hambrew.net/geomgui/ \
        ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= xride
USE_BZIP2=  yes

MAINTAINER= xride@FreeBSD.org
COMMENT=    Viewer for kernel geom layer

LIB_DEPENDS=    gvc:${PORTSDIR}/graphics/graphviz

USE_AUTOTOOLS=  libtool
USE_GNOME=  gtk20 librsvg2
USES=       iconv pkgconfig
GNU_CONFIGURE=  yes

MAN1=   geomgui.1
PLIST_FILES=    bin/geomgui

post-patch:
    @${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' \
    ${WRKSRC}/Makefile.in

.include <bsd.port.mk>