diff options
author | wiz <wiz> | 2000-12-12 02:03:46 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-12-12 02:03:46 +0000 |
commit | bb2561710f2046c268f9fe79c0c82108e9afaa10 (patch) | |
tree | 0386b8c653f44899ccf3b63ba89ad7c5638f4887 /wm/sawfish-replibs/Makefile | |
parent | c9ed6e4d4ccaa6b5b171c7d8baa0094aad0368bc (diff) | |
download | pkgsrc-bb2561710f2046c268f9fe79c0c82108e9afaa10.tar.gz |
Add new category wm for window managers, and move lots of package from
x11 here. Only changes are: `wm' in category added and some paths fixed.
Diffstat (limited to 'wm/sawfish-replibs/Makefile')
-rw-r--r-- | wm/sawfish-replibs/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/wm/sawfish-replibs/Makefile b/wm/sawfish-replibs/Makefile new file mode 100644 index 00000000000..a83166bc4d5 --- /dev/null +++ b/wm/sawfish-replibs/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ +# + +PKGNAME= sawfish-replibs-${SF_VERS} + +do-build: + cd ${WRKSRC}/src && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} client.la + +do-install: + ${MKDIR} ${PREFIX}/libexec/rep/${MACHINE_GNU_PLATFORM}/sawfish + cd ${WRKSRC}/src && \ + ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} install-client-la + +.include "../../wm/sawfish/Makefile.common" |