mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
c5f61254b8
Reported by: pointyhat
28 lines
518 B
Makefile
28 lines
518 B
Makefile
# New ports collection makefile for: libumberlog
|
|
# Date created: 12 April 2012
|
|
# Whom: czanik@balabit.hu
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libumberlog
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://cloud.github.com/downloads/algernon/libumberlog/
|
|
|
|
MAINTAINER= cy@FreeBSD.org
|
|
COMMENT= CEE-enhanced syslog API
|
|
|
|
BROKEN= fails to install umberlog.3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_JOBS_SAFE= yes
|
|
|
|
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
|
|
|
|
MAN3= umberlog.3
|
|
|
|
.include <bsd.port.mk>
|