diff options
author | joerg <joerg> | 2009-02-13 18:15:05 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-02-13 18:15:05 +0000 |
commit | ba737e68013aa0087eecd0aafbe33184fd13f32b (patch) | |
tree | c3219a4d80ff4abd6209b9d6f76b487fc4bea9f1 /misc | |
parent | 65ba3753b287ac3627f26c81c0bc0ba987fc8819 (diff) | |
download | pkgsrc-ba737e68013aa0087eecd0aafbe33184fd13f32b.tar.gz |
DESTDIR support. Needs C for the libintl check.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gelemental/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/gelemental/Makefile b/misc/gelemental/Makefile index cc8812c3850..1d0ede8a2ed 100644 --- a/misc/gelemental/Makefile +++ b/misc/gelemental/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/12/30 17:15:25 joerg Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/13 18:15:05 joerg Exp $ # DISTNAME= gelemental-1.2.0 @@ -10,10 +10,12 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.kdau.com/projects/gelemental/ COMMENT= Periodic table viewer +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config intltool gmake msgfmt -USE_LANGUAGES= c++ +USE_LANGUAGES= c c++ USE_DIRS+= xdg-1.1 PKGCONFIG_OVERRIDE+= data/libelemental.pc.in |