summaryrefslogtreecommitdiff
path: root/misc/gperiodic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gperiodic/Makefile')
-rw-r--r--misc/gperiodic/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/gperiodic/Makefile b/misc/gperiodic/Makefile
index c90ee25467c..f764c89cbe5 100644
--- a/misc/gperiodic/Makefile
+++ b/misc/gperiodic/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2008/01/04 07:29:04 obache Exp $
+# $NetBSD: Makefile,v 1.44 2008/06/20 01:09:26 joerg Exp $
DISTNAME= gperiodic-2.0.8
PKGREVISION= 3
@@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.frantz.fi/software/gperiodic.php
COMMENT= Displays a periodic table of the elements
+PKG_DESTDIR_SUPPORT= user-destdir
+
USE_DIRS+= gnome1-1.5
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake msgfmt pkg-config
@@ -24,6 +26,8 @@ BUILD_TARGET= gperiodic
LIBS+= -lintl
MAKE_ENV+= LIBS=${LIBS:M*:Q}
+INSTALLATION_DIRS= bin share/gnome/apps/Applications share/pixmaps
+
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"