pkgsrc/mail/xbuffy/Makefile

27 lines
606 B
Makefile
Raw Normal View History

2010-02-04 15:21:10 +01:00
# $NetBSD: Makefile,v 1.14 2010/02/04 14:25:56 joerg Exp $
#
DISTNAME= xbuffy-3.4
PKGREVISION= 2
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
2010-02-04 15:21:10 +01:00
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_X11BASE= YES
CPPFLAGS+= -I${X11BASE}/include
CPPFLAGS+= -Wall
2007-03-24 20:21:18 +01:00
INSTALLATION_DIRS= lib/X11/app-defaults
post-install:
2010-02-04 15:21:10 +01:00
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${DESTDIR}${PREFIX}/lib/X11/app-defaults/XBuffy
2007-02-06 19:30:26 +01:00
.include "../../x11/libXaw/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"