blob: 0645705a475465b60a9201501f30460cef004f36 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.4 2008/07/23 23:47:16 bjs Exp $
#
DISTNAME= psftools-1.0.7
CATEGORIES= sysutils fonts
MASTER_SITES= http://www.seasip.info/Unix/PSF/
MAINTAINER= bjs@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"
|