c487cb967a
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
41 lines
942 B
Makefile
41 lines
942 B
Makefile
# $NetBSD: Makefile,v 1.11 2004/10/03 00:14:51 tv Exp $
|
|
#
|
|
|
|
DISTNAME= gnome-core-1.4.2
|
|
PKGNAME= ${DISTNAME:S/core/pixmaps/}
|
|
PKGREVISION= 2
|
|
CATEGORIES= graphics gnome
|
|
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-core/1.4/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://www.gnome.org/
|
|
COMMENT= Pixmaps for gnome-core
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
CONFLICTS= gnome-core<1.4.2
|
|
.if (${LOCALBASE} == ${X11PREFIX})
|
|
CONFLICTS+= gnome2-pixmaps-[0-9]*
|
|
.endif
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_DIRS+= xdg-1.1
|
|
USE_X11BASE= YES
|
|
NO_CONFIGURE= YES
|
|
NO_BUILD= YES
|
|
|
|
DSTDIR= ${PREFIX}/share/pixmaps
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${DSTDIR}/tiles
|
|
cd ${WRKSRC}/pixmaps && \
|
|
for i in *.png *.xpm ; do \
|
|
${INSTALL_DATA} $$i ${DSTDIR} ; \
|
|
done && \
|
|
for i in tile-* ; do \
|
|
${LN} ${DSTDIR}/$$i ${DSTDIR}/tiles ; \
|
|
done
|
|
|
|
.include "../../archivers/bzip2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|