pkgsrc/x11/fvwm-wharf/Makefile
agc f6473207ca Replace all occurrences of USE_X11 with USE_X11BASE. This means "install this
package into ${X11BASE}".
Replace all occurrences of BUILD_USES_X11 with USE_X11. This means "use X11
headers and libraries to build this package".
1999-01-30 23:18:44 +00:00

22 lines
552 B
Makefile

# $NetBSD: Makefile,v 1.3 1999/01/30 23:18:55 agc Exp $
DISTNAME= AfterStep-1.0
PKGNAME= fvwm-wharf-1.0
CATEGORIES= x11
MASTER_SITES= ftp://ftp.afterstep.org/pub/
MAINTAINER= root@garbled.net
HOMEPAGE= http://www.afterstep.org/
DEPENDS= xpm-3.4k:../../graphics/xpm
USE_X11BASE= yes
do-configure:
(cd ${WRKSRC} ; xmkmf ; make Makefiles)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/modules/Wharf/Wharf ${PREFIX}/bin/Fvwm-Wharf
${INSTALL_MAN} ${WRKSRC}/modules/Wharf/Wharf.man ${PREFIX}/man/man1/Fvwm-Wharf.1
.include "../../mk/bsd.pkg.mk"