freebsd-ports/deskutils/strigi/Makefile.common
Adam Weinberger bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00

15 lines
426 B
Text

STRIGI_VERSION= 0.7.8
STRIGI_MASTER_SITES= http://www.vandenoever.info/software/strigi/
.if !defined(NO_BUILD)
DISTNAME= strigi-${STRIGI_VERSION}
DISTINFO_FILE= ${.CURDIR}/../strigi/distinfo
DESCR= ${.CURDIR}/../strigi/pkg-descr
CONFLICTS_INSTALL= strigi-0.7.[0-7]* strigi-0.7.8 strigi-0.7.8_1
USES+= cmake:outsource tar:bzip2
CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}
PLIST_SUB= SHLIB_VER=${STRIGI_VERSION}
.endif