blob: eb551167f0bc96e72f571eff9be12ed2877a5d27 (
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.13
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>
|