2007-02-06 19:30:26 +01:00
|
|
|
# $NetBSD: Makefile,v 1.11 2007/02/06 18:30:26 joerg Exp $
|
2000-12-05 03:04:49 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xbuffy-3.4
|
2006-02-06 00:08:03 +01:00
|
|
|
PKGREVISION= 1
|
2000-12-05 03:04:49 +01:00
|
|
|
CATEGORIES= mail x11
|
|
|
|
MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
|
|
|
|
|
2006-03-04 22:28:51 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2003-07-21 18:56:41 +02:00
|
|
|
COMMENT= Replacement for xbiff that handles multiple mail files
|
2000-12-05 03:04:49 +01:00
|
|
|
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
USE_X11BASE= YES
|
|
|
|
|
2001-02-06 17:04:18 +01:00
|
|
|
CPPFLAGS+= -I${X11BASE}/include
|
2000-12-05 03:04:49 +01:00
|
|
|
CPPFLAGS+= -Wall
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
|
|
|
|
|
2007-02-06 19:30:26 +01:00
|
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
2000-12-05 03:04:49 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|