pkgsrc/fonts/font-xfree86-type1/Makefile
obache 14f1da631a Import font-xfree86-type1-1.0.2 as fonts/font-xfree86-type1.
This are the Type1 versions of the XFree86 cursor font.

This is from the modular Xorg project.
2010-09-10 06:02:23 +00:00

25 lines
599 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/09/10 06:02:23 obache Exp $
#
DISTNAME= font-xfree86-type1-1.0.2
CATEGORIES= fonts
MASTER_SITES= ${MASTER_SITE_XORG:=font/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://xorg.freedesktop.org/
COMMENT= XFree86 cursor Type1 fonts
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= yes
INSTALLATION_DIRS+= share/doc/${PKGBASE}
FONTS_DIRS.type1= lib/X11/fonts/Type1
FONTS_DIRS.x11= lib/X11/fonts/Type1
post-install:
${INSTALL_DATA} ${WRKSRC}/COPYING ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
.include "../../mk/bsd.pkg.mk"