mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
62ff121df2
Since a port cannot reliably and easily infer the profiling configuration from src.conf (the ports framework defeats reading it, and historically the port had its troubles with that), remove the profiled libublio_p.a altogether. Bumps PORTREVISION due to pkg-plist change on most practical systems. Reported by: emaste@ PR: 256873
32 lines
616 B
Makefile
32 lines
616 B
Makefile
# Created by: alepulver
|
|
|
|
PORTNAME= libublio
|
|
PORTVERSION= 20070103
|
|
PORTREVISION= 3
|
|
CATEGORIES= devel
|
|
MASTER_SITES= LOCAL/mandree
|
|
|
|
MAINTAINER= mandree@FreeBSD.org
|
|
COMMENT= User space caching library
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USES= uidfix
|
|
|
|
SUB_FILES= libublio.pc
|
|
SUB_LIST= PREFIX=${PREFIX} PORTVERSION=${PORTVERSION}
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
|
|
|
|
post-install:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKDIR}/libublio.pc ${STAGEDIR}${PREFIX}/libdata/pkgconfig/
|
|
|
|
.include <bsd.port.mk>
|