freebsd-ports/sysutils/eventlog/Makefile
Baptiste Daroussin 59c2fedf11 Eradicate USE_GNOME=pkgconfig
While here:
- Trim headers
- Convert USE_GMAKE to USES=gmake
- Convert USE_GNOME=gnomehack to USES=pathfix
- Convert USE_PERL5 to USES=perl5
2013-08-30 23:57:36 +00:00

17 lines
453 B
Makefile

# Created by: Ivan Lago <ivan.lago@ifom-ieo-campus.it>
# $FreeBSD$
PORTNAME= eventlog
PORTVERSION= 0.2.12
CATEGORIES= sysutils
MASTER_SITES= http://www.balabit.com/downloads/files/syslog-ng/sources/3.2.2/source/
DISTFILES= $(PORTNAME)_$(PORTVERSION).tar.gz
MAINTAINER= cy@FreeBSD.org
COMMENT= Replacement of the simple syslog() API providing structure to messages
GNU_CONFIGURE= yes
USES= pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>