7b4709677e
- convert spaces to tabs (pkglint --autofix) - set, not append to USE_LANGUAGES
20 lines
546 B
Makefile
20 lines
546 B
Makefile
# $NetBSD: Makefile,v 1.7 2006/10/29 08:32:43 shattered 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
|
|
|
|
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"
|