18 lines
441 B
Makefile
18 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.5 2011/02/28 14:53:03 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= psftools-1.0.7
|
|
CATEGORIES= sysutils fonts
|
|
MASTER_SITES= http://www.seasip.info/Unix/PSF/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.seasip.info/Unix/PSF/index.html
|
|
COMMENT= Tools for manipulating fixed-width, [typically] console fonts
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|