376325e636
- 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
22 lines
564 B
Makefile
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>
|