16 lines
407 B
Makefile
16 lines
407 B
Makefile
# $NetBSD: Makefile,v 1.6 2012/10/23 19:51:20 asau 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
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|