2005-10-14 16:36:57 +02:00
|
|
|
# New ports collection makefile for: gdmap
|
|
|
|
# Date created: 13 Oct 2005
|
|
|
|
# Whom: Rodrigo Graeff <delphus@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gdmap
|
2006-04-27 23:31:00 +02:00
|
|
|
PORTVERSION= 0.7.5
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2005-10-14 16:36:57 +02:00
|
|
|
CATEGORIES= sysutils gnome
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF
|
2005-10-14 16:36:57 +02:00
|
|
|
|
|
|
|
MAINTAINER= delphus@gmail.com
|
|
|
|
COMMENT= Graphical disk map Utility
|
|
|
|
|
2012-06-30 14:25:05 +02:00
|
|
|
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
2005-10-14 16:36:57 +02:00
|
|
|
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gtk20
|
|
|
|
USE_GMAKE= yes
|
2007-10-07 07:45:04 +02:00
|
|
|
USE_PERL5= yes
|
2005-10-14 16:36:57 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
MAN1= gdmap.1
|
|
|
|
|
|
|
|
post-patch:
|
2005-10-15 19:39:32 +02:00
|
|
|
@${REINPLACE_CMD} -e 's,<sys/vfs.h>,<sys/statvfs.h>,' \
|
2005-10-14 16:36:57 +02:00
|
|
|
${WRKSRC}/src/gui_main.c
|
2007-10-25 01:37:25 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||g' \
|
|
|
|
${WRKSRC}/configure
|
2005-10-14 16:36:57 +02:00
|
|
|
|
2007-04-18 21:56:07 +02:00
|
|
|
.include <bsd.port.mk>
|