blob: 4297179c156f18f9c3670b55bac47395561ddac5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
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>
|