c3cc545228
Reported by Peter Bex.
20 lines
477 B
Makefile
20 lines
477 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/01/21 17:43:55 recht 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/buildlink2.mk"
|
|
.include "../../graphics/xpm/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|