22 lines
578 B
Makefile
22 lines
578 B
Makefile
# $NetBSD: Makefile,v 1.8 2007/11/07 11:03:06 kheinz Exp $
|
|
#
|
|
|
|
DISTNAME= gdmap-0.7.5
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gdmap/}
|
|
|
|
MAINTAINER= dhowland@users.sourceforge.net
|
|
HOMEPAGE= http://gdmap.sourceforge.net/
|
|
COMMENT= Tool to visualize disk space
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_DIRS+= xdg-1.2
|
|
USE_LANGUAGES= c c++
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_TOOLS+= gmake pkg-config msgfmt xgettext perl intltool
|
|
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|