openbsd-ports/mail/wmmail/Makefile
sthen 88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00

34 lines
841 B
Makefile

# $OpenBSD: Makefile,v 1.15 2012/03/29 13:38:40 sthen Exp $
COMMENT= wm-dockapp; mail notifier
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64
REVISION = 1
CATEGORIES= mail x11 x11/windowmaker
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
# 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>