blob: 0fe1f0567fd0cf46f0750016235a4276fd961d68 (
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
|
# New ports collection makefile for: geomgui
# Date created: 2005-07-18
# Whom: Soeren Straarup <xride@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= geomgui
PORTVERSION= 0.12
PORTREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= http://geomgui.xride.dk/files/ \
${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= xride
MAINTAINER= xride@FreeBSD.org
COMMENT= Viewer for kernel geom layer
LIB_DEPENDS= gvc:${PORTSDIR}/graphics/graphviz
USE_AUTOTOOLS= libtool:15
USE_GNOME= gtk20 librsvg2
USE_ICONV= yes
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>
|