freebsd-ports/archivers/fastjar/Makefile
Clement Laforet 701ab6a48b - Pacify portlint and use misc macros
- remove pkg-plist (fastjar and stuffit)
2004-02-27 12:10:37 +00:00

31 lines
679 B
Makefile

# New ports collection makefile for: fastjar
# Date created: 18 March 2000
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
#
# $FreeBSD$
#
PORTNAME= fastjar
PORTVERSION= 0.93
PORTREVISION= 1
CATEGORIES= archivers java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
COMMENT= A version of JDK's `jar' command written entirely in C
GNU_CONFIGURE= yes
USE_GMAKE= yes
PORTDOCS= CHANGES README
PLIST_FILES= bin/fastjar bin/grepjar
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.mk>