diff options
Diffstat (limited to 'mail/wmmail/Makefile')
-rw-r--r-- | mail/wmmail/Makefile | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index 8266f948fd7..a6e95eec3b7 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,27 +1,19 @@ -# $NetBSD: Makefile,v 1.12 1999/06/21 04:53:14 jlam Exp $ +# $NetBSD: Makefile,v 1.13 1999/06/27 10:51:48 tron Exp $ -DISTNAME= WMMail.app-0.62 -PKGNAME= wmmail-0.62 +DISTNAME= WMMail.app-0.63a +PKGNAME= wmmail-0.63a CATEGORIES= mail x11 MASTER_SITES= http://www.eecg.utoronto.ca/~chanb/ MAINTAINER= tron@netbsd.org HOMEPAGE= http://www.eecg.utoronto.ca/~chanb/wmmail.html -BUILD_DEPENDS+= automake:../../devel/automake DEPENDS+= windowmaker-0.60.0:../../x11/windowmaker -USE_X11BASE= yes -USE_GMAKE= yes -GNU_CONFIGURE= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" SHELL="/bin/sh" - -post-install: - ${SED} -e 's#@@X11BASE@@#${X11BASE}#g' \ - -e 's#@@LOCALBASE@@#${LOCALBASE}#g' \ - <${WRKSRC}/WMMail.defaults \ - >${PREFIX}/etc/WindowMaker/WMMail +USE_X11BASE= yes +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \ + --with-PL-libs="-L${LOCALBASE}/lib" .include "../../mk/bsd.pkg.mk" |