pkgsrc/mail/xbuffy/Makefile

20 lines
459 B
Makefile

# $NetBSD: Makefile,v 1.7 2003/07/21 16:56:57 martti Exp $
#
DISTNAME= xbuffy-3.4
CATEGORIES= mail x11
MASTER_SITES= ftp://ftp.virginia.edu/pub/xbuffy/
MAINTAINER= tech-pkg@NetBSD.org
COMMENT= Replacement for xbiff that handles multiple mail files
GNU_CONFIGURE= YES
USE_X11BASE= YES
CPPFLAGS+= -I${X11BASE}/include
CPPFLAGS+= -Wall
post-install:
${INSTALL_DATA} ${WRKSRC}/XBuffy.ad ${PREFIX}/lib/X11/app-defaults/XBuffy
.include "../../mk/bsd.pkg.mk"