mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c4a93bc25f
(<= 0.7.8_1) only Reported by: cperciva Approved by: portmgr (miwi)
17 lines
432 B
Makefile
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
|