blob: 336aed01a2131f7c2b50cd1f0823b496b4e48f65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $NetBSD: Makefile,v 1.3 2001/02/17 18:25:09 wiz Exp $
#
DISTNAME= xbuffy-3.4
CATEGORIES= mail x11
MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
MAINTAINER= packages@netbsd.org
COMMENT= replacement for xbiff that handles multiple mail files
GNU_CONFIGURE= YES
USE_X11BASE= YES
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${X11BASE}/include
CPPFLAGS+= -Wall
post-install:
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
.include "../../mk/bsd.pkg.mk"
|