pkgsrc/mail/xfmail/Makefile

33 lines
945 B
Makefile
Raw Normal View History

2006-10-23 09:47:15 +02:00
# $NetBSD: Makefile,v 1.40 2006/10/23 07:47:15 rillig Exp $
DISTNAME= xfmail-1.5.5
PKGREVISION= 1
CATEGORIES= mail x11
MASTER_SITES= ftp://xfmail.ufies.org/pub/xfmail/release/1.4.7/source/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= root@garbled.net
HOMEPAGE= http://xfmail.slappy.org/
COMMENT= Xforms based mail application for Unix operating systems
RESTRICTED= Selling this software requires permission of the authors.
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
USE_X11BASE= YES
2006-05-16 00:45:38 +02:00
USE_LANGUAGES= c c++
2006-10-23 09:47:15 +02:00
USE_LIBTOOL= yes
GNU_CONFIGURE= YES
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xfmail
${INSTALL_DATA} ${WRKSRC}/Copyright ${PREFIX}/share/doc/xfmail
2004-04-18 07:03:04 +02:00
.include "../../databases/gdbm/buildlink3.mk"
.include "../../devel/glib/buildlink3.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../x11/xforms/buildlink3.mk"
2002-09-21 02:31:17 +02:00
.include "../../mk/bsd.pkg.mk"