freebsd-ports/devel/libublio/Makefile
2008-05-18 15:47:52 +00:00

34 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>