26 lines
668 B
Makefile
26 lines
668 B
Makefile
# $NetBSD: Makefile,v 1.11 1998/06/22 13:20:58 agc Exp $
|
|
# FreeBSD: Makefile,v 1.17 1997/12/24 01:21:18 alex Exp
|
|
#
|
|
|
|
DISTNAME= fvwm95-2.0.43a-Autoconf
|
|
PKGNAME= fvwm95-2.0.43a
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://mitac11.uia.ac.be/pub/fvwm95/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
|
|
DEPENDS+= xpm-3.4j:../../graphics/xpm
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/librplay.a:../../audio/rplay
|
|
RUN_DEPENDS= xpmroot:../../x11/xpmroot
|
|
|
|
USE_X11= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --includedir=${LOCALBASE}/include \
|
|
--libdir=${LOCALBASE}/lib
|
|
|
|
post-install:
|
|
@${INSTALL_MAN} ${WRKSRC}/fvwm/fvwm95.man \
|
|
${PREFIX}/man/man1/fvwm95.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|