Server returns HTTP 300 status code (Multiple Choices) which tricks portroach into believing there is always a new version.
28 lines
446 B
Makefile
28 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.3 2017/09/13 08:23:53 fcambus Exp $
|
|
|
|
PORTROACH = ignore:1
|
|
|
|
COMMENT = conversion tools for .PSF fonts
|
|
|
|
DISTNAME = psftools-1.0.10
|
|
SHARED_LIBS += psf 0.0 # 1.1
|
|
|
|
CATEGORIES = sysutils
|
|
|
|
HOMEPAGE = http://www.seasip.info/Unix/PSF/
|
|
|
|
MAINTAINER = Frederic Cambus <fcambus@openbsd.org>
|
|
|
|
# GPLv2+
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
USE_GMAKE = Yes
|
|
|
|
.include <bsd.port.mk>
|