1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-01 01:17:02 +00:00
freebsd-ports/deskutils/strigi/Makefile.common
Max Brazhnikov c4a93bc25f - Be precise in CONFLICTS_INSTALL, we want conflicts with strigi before split
(<= 0.7.8_1) only

Reported by:	cperciva
Approved by:	portmgr (miwi)
2013-04-03 15:42:37 +00:00

17 lines
432 B
Makefile

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
USE_BZIP2= yes
USES+= cmake:outsource
CMAKE_SOURCE_PATH= ${WRKSRC}/${PORTNAME}
PLIST_SUB= SHLIB_VER=${STRIGI_VERSION}
.endif