freebsd-ports/devel/libvanessa_logger/Makefile
Jason E. Hale 376325e636 - Update to 0.0.10
- s/YES/yes in USE_*
- Trim Makefile header
- Sort pkg-plist
- Update WWW in pkg-descr

PR:		ports/168300
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
Approved by:	maintainer
2012-12-11 14:14:42 +00:00

22 lines
564 B
Makefile

# Created by: Konstantinos Konstantinidis <kkonstan@daemon.gr>
# $FreeBSD$
PORTNAME= libvanessa_logger
PORTVERSION= 0.0.10
CATEGORIES= devel
MASTER_SITES= http://horms.net/projects/vanessa/download/vanessa_logger/${PORTVERSION}/
DISTNAME= vanessa_logger-${PORTVERSION}
MAINTAINER= thomas@bsdunix.ch
COMMENT= Library that provides a generic logging layer
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_GNOME= gnomehack
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
post-patch:
@${REINPLACE_CMD} -e '/^SUBDIRS/s|sample debian||' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>