2010-02-04 15:21:10 +01:00
|
|
|
# $NetBSD: Makefile,v 1.14 2010/02/04 14:25:56 joerg Exp $
|
2000-12-05 03:04:49 +01:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= xbuffy-3.4
|
2008-11-10 18:21:33 +01:00
|
|
|
PKGREVISION= 2
|
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
|
|
|
|
2010-02-04 15:21:10 +01:00
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
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
|
|
|
|
|
2007-03-24 20:21:18 +01:00
|
|
|
INSTALLATION_DIRS= lib/X11/app-defaults
|
|
|
|
|
2000-12-05 03:04:49 +01:00
|
|
|
post-install:
|
2010-02-04 15:21:10 +01:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XBuffy
|
2000-12-05 03:04:49 +01:00
|
|
|
|
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"
|