mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
99ff3be498
PR: 277900 Reported by: mew14930xvi@inbox.lv
22 lines
466 B
Makefile
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>
|