blob: 413d630c3cd60cdd10ad44ec66a1994df11aeb61 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# $NetBSD: Makefile,v 1.5 1999/02/02 10:34:40 tron Exp $
DISTNAME= WMMail.app-0.62
PKGNAME= wmmail-0.62
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.51.0:../../x11/windowmaker
CONFLICTS= wmmail-*
USE_X11BASE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ENV+= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}"
post-install:
${SED} -e 's#@@X11BASE@@#${X11BASE}#g' \
-e 's#@@LOCALBASE@@#${LOCALBASE}#g' \
<${WRKSRC}/WMMail.defaults \
>${PREFIX}/share/WindowMaker/Defaults/WWMail
.include "../../mk/bsd.pkg.mk"
|