freebsd-ports/devel/libublio/Makefile
Baptiste Daroussin fd5f318f3c Deprecate unmaintained ports from devel where upstream disapear and/or
where no distfiles can be found and are not used by maintained ports
2011-03-16 13:55:41 +00:00

37 lines
723 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= ports@FreeBSD.org
COMMENT= User space caching library
DEPRECATED= Abandonned and no distfiles provided
EXPIRATION_DATE= 2011-05-01
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>