cf4dfe44a5
that these directories will be conditionally removed (based on reference counts), regardless of the value of PKG_CONFIG. Bump the PKGREVISION for packages that were modified as a result.
33 lines
677 B
Makefile
33 lines
677 B
Makefile
# $NetBSD: Makefile,v 1.18 2005/08/20 19:16:21 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gnome1-dirs-1.5
|
|
PKGREVISION= 1
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jmmv@NetBSD.org
|
|
HOMEPAGE= # empty
|
|
COMMENT= Shared GTK/GNOME (v1) directories
|
|
|
|
DEPENDS+= gnome-dirs>=1.0:../../misc/gnome-dirs
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
USE_LANGUAGES= # empty
|
|
USE_PKGINSTALL= yes
|
|
USE_X11BASE= yes
|
|
NO_CHECKSUM= # defined
|
|
NO_EXTRACT= # defined
|
|
NO_CONFIGURE= # defined
|
|
NO_BUILD= # defined
|
|
|
|
.include "dirs.mk"
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
ALL_GNOME_DIRS= ${GNOME_DIRS} ${GNOME1_DIRS}
|
|
REQD_DIRS+= ${ALL_GNOME_DIRS:O:S/^/${PREFIX}\//}
|
|
|
|
do-install: # nothing
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|