blob: a4e5a75506b0f8732ddeb0491be2b073e26b7e82 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.15 1999/01/30 23:18:55 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
HOMEPAGE= ftp://mitac11.uia.ac.be/html-test/fvwm95.html
DEPENDS+= xpm-3.4k:../../graphics/xpm
DEPENDS+= xpmroot-1.01:../../x11/xpmroot
DEPENDS+= rplay-3.2.0b6:../../audio/rplay
USE_X11BASE= 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"
|