blob: f3c4207a2ef006f75e2cab1ec1e370b652c6b1e3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= psftools
PORTVERSION= 1.0.13
CATEGORIES= x11-fonts
MASTER_SITES= http://www.seasip.info/Unix/PSF/
MAINTAINER= ports@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>
|