pkgsrc/x11/fvwm-wharf/Makefile
rillig 2829e658f2 Mechanically replaced man/* with ${PKGMANDIR}/* in the definition of
INSTALLATION_DIRS, as well as all occurrences of ${PREFIX}/man with
${PREFIX}/${PKGMANDIR}.

Fixes PR 35265, although I did not use the patch provided therein.
2007-01-07 09:13:46 +00:00

27 lines
760 B
Makefile

# $NetBSD: Makefile,v 1.16 2007/01/07 09:14:16 rillig Exp $
DISTNAME= AfterStep-1.0
PKGNAME= fvwm-wharf-1.0
PKGREVISION= 1
CATEGORIES= x11
MASTER_SITES= ftp://ftp.afterstep.org/pub/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.afterstep.org/
COMMENT= Copy of AfterStep's Wharf compatible with fvwm2
USE_IMAKE= YES
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-configure:
cd ${WRKSRC}; ${MAKE} Makefiles
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf
${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/${PKGMANDIR}/man1/Fvwm-Wharf.1
.include "../../x11/libXext/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"