freebsd-ports/archivers/lbrate/Makefile
Ying-Chieh Liao 82f34cee44 add lbrate
Extract/decompress CP/M LBR archives

PR:		30087
Submitted by:	Gea-Suan Lin <gslin@infomath.math.nctu.edu.tw>
2001-08-29 11:12:02 +00:00

31 lines
682 B
Makefile

# New ports collection makefile for: lbrate
# Date created: 26 August 2001
# Whom: Gea-Suan Lin (gslin@ccca.nctu.edu.tw)
#
# $FreeBSD$
#
PORTNAME= lbrate
PORTVERSION= 1.0
CATEGORIES= archivers
MASTER_SITES= ftp://ftp.ibiblio.org/pub/Linux/utils/compress/
MAINTAINER= gslin@ccca.nctu.edu.tw
LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt
MAN1= lbrate.1
post-patch:
@${PERL} -pi -e "s,^CC,#CC,g ; s,^PREFIX,#PREFIX,g ; \
s,%%LOCALBASE%%,${LOCALBASE},g" ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for FILE in COPYING ChangeLog README TODO
@${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>