freebsd-ports/devel/libublio/Makefile
Matthias Andree d140c90625 Isolate from src.conf settings such as WITHOUT_PROFILE.
While at it, drop MD5 checksum from distinfo.

Reported by: iZEN (by mail)
2011-05-02 08:50:22 +00:00

37 lines
689 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= mandree
MAINTAINER= mandree@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
SRCCONF= ${NONEXISTENT}
MAKE_ENV+= SRCCONF=${SRCCONF}
post-extract:
@${CP} ${FILESDIR}/${MAKEFILE} ${WRKSRC}
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>