openbsd-ports/mail/wmmail/Makefile

33 lines
857 B
Makefile
Raw Normal View History

2010-10-24 16:58:58 -04:00
# $OpenBSD: Makefile,v 1.11 2010/10/24 21:25:12 ajacoutot Exp $
COMMENT= wm-dockapp; mail notifier
DISTNAME= WMMail.app-0.64
PKGNAME= wmmail-0.64p0
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
2001-11-14 08:58:34 -05:00
RUN_DEPENDS= :windowmaker-*:x11/windowmaker
2006-08-03 09:09:09 -04:00
LIB_DEPENDS= PropList.>=2::devel/libproplist
SEPARATE_BUILD= concurrent
USE_GMAKE= Yes
2001-10-25 18:34:48 -04:00
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>