mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
35 lines
638 B
Makefile
35 lines
638 B
Makefile
# New ports collection makefile for: libublio
|
|
# Date created: 2007-09-10
|
|
# Whom: alepulver
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libublio
|
|
PORTVERSION= 20070103
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= alepulver
|
|
|
|
MAINTAINER= alepulver@FreeBSD.org
|
|
COMMENT= User space caching library
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
.if defined(NO_PROFILE) || defined(NOPROFILE)
|
|
PLIST_SUB+= PROFLIB="@comment "
|
|
.else
|
|
PLIST_SUB+= PROFLIB=""
|
|
.endif
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|