diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-21 12:24:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-21 12:24:11 +0000 |
commit | 3506eed0be280bdfefcb5e27ba006b99545a9163 (patch) | |
tree | 0e8c6579aed580f786abe3b0714903f1a6fd2525 /mail | |
parent | 744b68c6fe6f4c2fefd28b29fcdebe5712bbf413 (diff) | |
download | pkgsrc-3506eed0be280bdfefcb5e27ba006b99545a9163.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/xmailbox/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mail/xmailbox/Makefile b/mail/xmailbox/Makefile index 366091ab8ca..1ed8a594793 100644 --- a/mail/xmailbox/Makefile +++ b/mail/xmailbox/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/02/24 02:09:28 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/21 12:28:38 wiz Exp $ # DISTNAME= xmailbox-2.5 @@ -8,8 +8,8 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} MAINTAINER= bouyer@netbsd.org COMMENT= Enhanced xbiff, with pixmap and sound support +USE_BUILDLINK2= YES USE_IMAKE= YES -USE_XPM= YES MAKE_ENV+= INSTALL_PROGRAM='${INSTALL_PROGRAM}' MAKE_ENV+= INSTALL_MAN='${INSTALL_MAN}' @@ -21,4 +21,5 @@ post-install: 5xmail1.xpm xmail1.xpm xnomail1.xpm \ ${PREFIX}/share/xmailbox +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |