23 lines
634 B
Makefile
23 lines
634 B
Makefile
# $NetBSD: Makefile,v 1.10 2013/03/26 08:02:51 sbd Exp $
|
|
#
|
|
|
|
DISTNAME= xfd-1.1.1
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=app/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Display all the characters in an X font
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config xgettext
|
|
|
|
CONFIGURE_ENV+= APP_MAN_SUFFIX=1
|
|
MAKE_FLAGS+= appdefaultdir=${PREFIX}/lib/X11/app-defaults
|
|
|
|
.include "../../x11/libXft/buildlink3.mk"
|
|
.include "../../x11/libXaw/buildlink3.mk"
|
|
.include "../../x11/libXmu/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|