blob: df013f84c47d15df9140243353867a70448439dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.4 2004/04/17 19:41:18 snj Exp $
#
.include "../elvis/Makefile.common"
PKGNAME= elvis-x11-2.2.0
PKGREVISION= 1
COMMENT= GUI for elvis, includes console elvis
CONFLICTS+= elvis-[0-9]*
USE_X11= YES
CONFIGURE_ARGS+= --with-x=yes
CONFIGURE_ARGS+= --with-xft
#MAKEFLAGS+= CC="${CC} -I${LOCALBASE}/include/freetype2 ${CFLAGS}"
.include "../../fonts/Xft2/buildlink3.mk"
.include "../../graphics/xpm/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|