532ed20696
gnome-dirs installs a set of shared directories used by many GTK/GNOME applications. Do not directly depend on this package. Please use gnome1-dirs and gnome2-dirs instead. This is an attempt to simplify shared directory handling in PLIST's, as many packages use the GNOME directory hierarchy. Reviewed by rh.
25 lines
512 B
Makefile
25 lines
512 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2003/01/27 09:35:25 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-dirs-${GNOME_DIRS_VERSION}
|
|
WRKSRC= ${WRKDIR}
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= # empty
|
|
COMMENT= Shared GTK/GNOME (v1 and v2) directories
|
|
|
|
NO_BUILD= # defined
|
|
NO_CHECKSUM= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_EXTRACT= # defined
|
|
|
|
USE_BUILDLINK2= YES
|
|
USE_X11BASE= YES
|
|
|
|
GNOME_DIRS= ${GNOME_DIRS_COMMON}
|
|
|
|
.include "Makefile.common"
|
|
.include "../../mk/bsd.pkg.mk"
|