mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
4e66d49984
Update SITES, HOMEPAGE, and comments.
27 lines
418 B
Makefile
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>
|