Files
naddy 4e66d49984 http://*sourceforge.net now redirect to https
Update SITES, HOMEPAGE, and comments.
2023-11-07 14:19:05 +00:00

27 lines
418 B
Makefile

COMMENT = Sun JDK's jar command written entirely in C
DISTNAME = fastjar-0.94
CATEGORIES = archivers
REVISION = 0
HOMEPAGE = https://fastjar.sourceforge.net/
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
# GPLv2
PERMIT_PACKAGE = Yes
WANTLIB = c z
SITES = ${SITE_SOURCEFORGE:=fastjar/}
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
NO_TEST = Yes
post-extract:
rm ${WRKSRC}/jartool.c.*
.include <bsd.port.mk>