1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/x11-fonts/psftools/Makefile
2024-03-29 18:37:01 +01:00

22 lines
466 B
Makefile

PORTNAME= psftools
DISTVERSION= 1.0.14
CATEGORIES= x11-fonts
MASTER_SITES= http://www.seasip.info/Unix/PSF/
MAINTAINER= ports@FreeBSD.org
COMMENT= Converters for simple fixed-width bitmap fonts
WWW= https://www.seasip.info/Unix/PSF/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
CONFIGURE_ARGS= --disable-static
INSTALL_TARGET= install-strip
PORTSCOUT= ignore:1
.include <bsd.port.mk>