blob: de8f74a9c0867585f529a763e567f743e654cd8a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# $FreeBSD$
PORTNAME= psftools
PORTVERSION= 1.0.10
CATEGORIES= x11-fonts
MASTER_SITES= http://www.seasip.info/Unix/PSF/
MAINTAINER= tobik@FreeBSD.org
COMMENT= Converters for simple fixed-width bitmap fonts
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
PORTSCOUT= ignore:1
.include <bsd.port.mk>
|