blob: 76aff6d5059915415df7d5de1c1761b1d8f81c7a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.10 2006/03/04 21:30:02 jlam Exp $
#
DISTNAME= xbuffy-3.4
PKGREVISION= 1
CATEGORIES= mail x11
MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Replacement for xbiff that handles multiple mail files
GNU_CONFIGURE= YES
USE_X11BASE= YES
CPPFLAGS+= -I${X11BASE}/include
CPPFLAGS+= -Wall
.include "../../mk/x11.buildlink3.mk"
post-install:
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
.include "../../mk/bsd.pkg.mk"
|