- Stage support
This commit is contained in:
parent
003292ff2b
commit
ee61a559ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=347031
@ -19,23 +19,14 @@ USE_LDCONFIG= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
MAN1= htdb_dump.1 htdb_stat.1 htdb_load.1 mifluz-config.1 \
|
||||
mifluzdump.1 mifluzload.1 mifluzsearch.1 mifluzdict.1
|
||||
MAN3= WordContext.3 WordList.3 WordDict.3 WordListOne.3 \
|
||||
WordKey.3 WordKeyInfo.3 WordType.3 WordDBInfo.3 \
|
||||
WordRecordInfo.3 WordRecord.3 WordReference.3 WordCursor.3 \
|
||||
WordCursorOne.3 WordMonitor.3 Configuration.3 mifluz.3
|
||||
INFO= mifluz
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-D_THREAD_SAFE -pthread|${PTHREAD_CFLAGS}|g' \
|
||||
${WRKSRC}/configure
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -94,6 +94,30 @@ lib/libmifluz.a
|
||||
lib/libmifluz.la
|
||||
lib/libmifluz.so
|
||||
lib/libmifluz.so.0
|
||||
man/man1/htdb_dump.1.gz
|
||||
man/man1/htdb_load.1.gz
|
||||
man/man1/htdb_stat.1.gz
|
||||
man/man1/mifluz-config.1.gz
|
||||
man/man1/mifluzdict.1.gz
|
||||
man/man1/mifluzdump.1.gz
|
||||
man/man1/mifluzload.1.gz
|
||||
man/man1/mifluzsearch.1.gz
|
||||
man/man3/Configuration.3.gz
|
||||
man/man3/WordContext.3.gz
|
||||
man/man3/WordCursor.3.gz
|
||||
man/man3/WordCursorOne.3.gz
|
||||
man/man3/WordDBInfo.3.gz
|
||||
man/man3/WordDict.3.gz
|
||||
man/man3/WordKey.3.gz
|
||||
man/man3/WordKeyInfo.3.gz
|
||||
man/man3/WordList.3.gz
|
||||
man/man3/WordListOne.3.gz
|
||||
man/man3/WordMonitor.3.gz
|
||||
man/man3/WordRecord.3.gz
|
||||
man/man3/WordRecordInfo.3.gz
|
||||
man/man3/WordReference.3.gz
|
||||
man/man3/WordType.3.gz
|
||||
man/man3/mifluz.3.gz
|
||||
@dirrm include/mifluz
|
||||
@exec mkdir -p %D/var/cache/mifluz
|
||||
@dirrm var/cache/mifluz
|
||||
|
Loading…
Reference in New Issue
Block a user