24bca4aeb5
The upstream HTTP server is configured to redirect to psftools-1.0.10.tar.gz with a 301 when the requested filename is similar enough to it. This leads to portscout finding bogus tarballs like psftools-{1.0.11,1.0.12,...,1.1.10}.tar.gz which are really psftools-1.0.10.tar.gz.
21 lines
399 B
Makefile
21 lines
399 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= psftools
|
|
PORTVERSION= 1.0.10
|
|
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>
|