openbsd-ports/mail/wmmail/Makefile
naddy 1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00

32 lines
787 B
Makefile

# $OpenBSD: Makefile,v 1.16 2012/12/13 16:34:48 naddy Exp $
COMMENT= wm-dockapp; mail notifier
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
REVISION= 2
CATEGORIES= mail x11 x11/windowmaker
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= X11 Xext Xpm Xt c pthread-stubs xcb PropList>=2
RUN_DEPENDS= x11/windowmaker
LIB_DEPENDS= devel/libproplist
SEPARATE_BUILD= Yes
USE_GMAKE= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-PL-libs="-L${LOCALBASE}/lib" \
--with-PL-incs="-I${LOCALBASE}/include"
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/GNUstep/Apps/WMMail.app/
${INSTALL_DATA} ${WRKSRC}/doc/Help.txt ${PREFIX}/GNUstep/Apps/WMMail.app/
.include <bsd.port.mk>