aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/strigi/Makefile.common
blob: 5a721ef3af727dff6abf6e255a2c625437258d98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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