2012-09-01 12:02:26 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2012/09/01 12:02:26 naddy Exp $
|
2010-10-04 23:50:21 +00:00
|
|
|
|
2011-03-12 22:54:22 +00:00
|
|
|
COMMENT= configurable logging library
|
2010-10-04 23:50:21 +00:00
|
|
|
|
2012-08-07 07:32:24 +00:00
|
|
|
DISTNAME= clog-0.6.2
|
2011-03-12 22:54:22 +00:00
|
|
|
PKGNAME= lib${DISTNAME}
|
2012-09-01 12:02:26 +00:00
|
|
|
REVISION= 0
|
2011-03-12 22:54:22 +00:00
|
|
|
CATEGORIES= devel
|
2012-05-09 14:35:53 +00:00
|
|
|
SHARED_LIBS= clog 1.6
|
2010-10-05 04:50:49 +00:00
|
|
|
|
2011-03-12 22:54:22 +00:00
|
|
|
HOMEPAGE= http://opensource.conformal.com/wiki/Copious_Logger
|
|
|
|
MASTER_SITES= http://opensource.conformal.com/snapshots/clog/
|
2010-10-04 23:50:21 +00:00
|
|
|
|
2012-04-28 09:28:04 +00:00
|
|
|
MAINTAINER = David Hill <dhill@mindcry.org>
|
2010-10-04 23:50:21 +00:00
|
|
|
|
|
|
|
# ISC
|
2011-03-12 22:54:22 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2010-10-04 23:50:21 +00:00
|
|
|
|
2011-03-12 22:54:22 +00:00
|
|
|
do-configure:
|
|
|
|
printf "major=${LIBclog_VERSION:R}\nminor=${LIBclog_VERSION:E}\n" \
|
|
|
|
> ${WRKSRC}/shlib_version
|
2010-10-04 23:50:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|