28 lines
478 B
Makefile
28 lines
478 B
Makefile
# $OpenBSD: Makefile,v 1.21 2019/07/12 20:43:28 sthen Exp $
|
|
|
|
COMMENT = Sun JDK's jar command written entirely in C
|
|
|
|
DISTNAME = fastjar-0.94
|
|
CATEGORIES = archivers
|
|
|
|
HOMEPAGE = http://fastjar.sourceforge.net/
|
|
|
|
MAINTAINER = Benoit Lecocq <benoit@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE = Yes
|
|
|
|
WANTLIB = c z
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=fastjar/}
|
|
|
|
USE_GMAKE = Yes
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
post-extract:
|
|
rm ${WRKSRC}/jartool.c.*
|
|
|
|
.include <bsd.port.mk>
|