18 lines
418 B
Makefile
18 lines
418 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/03 18:28:20 asau Exp $
|
|
#
|
|
|
|
DISTNAME= font-cursor-misc-1.0.3
|
|
CATEGORIES= fonts x11
|
|
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= joerg@NetBSD.org
|
|
HOMEPAGE= http://xorg.freedesktop.org/
|
|
COMMENT= Standard X11 cursors in PCF format
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bdftopcf gzip
|
|
|
|
FONTS_DIRS.x11= share/fonts/X11/misc
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|