2e59da295c
- Update some MASTER_SITES too PR: ports/150349 Submitted by: maintainer
40 lines
1 KiB
Makefile
40 lines
1 KiB
Makefile
# New ports collection makefile for: par2cmdline-tbb
|
|
# Whom: Ganael Laplanche <ganael.laplanche@martymac.org>
|
|
# Date created: 27 December 2007
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= par2cmdline-tbb
|
|
PORTVERSION= 20100203
|
|
PORTREVISION= 1
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= http://chuchusoft.com/par2_tbb/
|
|
DISTNAME= par2cmdline-0.4-tbb-${PORTVERSION}
|
|
|
|
MAINTAINER= ganael.laplanche@martymac.org
|
|
COMMENT= Tools for using Parity v2 Archive files (tbb version)
|
|
|
|
LIB_DEPENDS= tbb.3:${PORTSDIR}/devel/tbb
|
|
|
|
ONLY_FOR_ARCHS= i386 amd64 ia64
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
|
|
USE_AUTOTOOLS= aclocal:110 automake:110 autoconf:262
|
|
USE_GCC= 4.2+
|
|
|
|
PORTDOCS= README
|
|
CONFLICTS= par2cmdline-[0-9]*
|
|
PLIST_FILES= bin/par2 bin/par2create bin/par2repair bin/par2verify
|
|
|
|
post-extract:
|
|
@${CHMOD} u+x ${WRKSRC}/install-sh
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|