[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / wm / sawfish

File: [cvs.NetBSD.org] / pkgsrc / wm / sawfish / Makefile (download)

Revision 1.13, Fri Jan 10 01:02:35 2003 UTC (21 years, 3 months ago) by mycroft
Branch: MAIN
Changes since 1.12: +2 -2 lines

Update from 1.0.1 to 1.2.  Tons of translation updates, and support for Xft.

# $NetBSD: Makefile,v 1.13 2003/01/10 01:02:35 mycroft Exp $
#

PKGNAME=		sawfish-${SF_VERS}
#PKGREVISION=		2

COMMENT=		GNOME-aware window manager that is fully configurable in Lisp

DEPENDS+=		sawfish-replibs-${SF_VERS}nb2:../../wm/sawfish-replibs

USE_X11BASE=		# defined

CONFIGURE_ENV+=		PKGLOCALEDIR=${PKGLOCALEDIR}
MAKE_ENV+=		PKGLOCALEDIR=${PKGLOCALEDIR}
TEXINFO_OVERRIDE=	YES
BUILD_USES_MSGFMT=	YES

PLIST_SUBST+=		SF_VERS=${SF_VERS}

post-install:
	${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/themes
	${TOUCH} ${PREFIX}/share/sawfish/themes/.directory
	${INSTALL_DATA_DIR} ${PREFIX}/share/sawfish/sounds
	${TOUCH} ${PREFIX}/share/sawfish/sounds/.directory

.include "../../wm/sawfish/Makefile.common"