opnsense-ports/devel/libdaemon/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
421 B
Makefile

# Created by: Michael Johnson <ahze@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdaemon
PORTVERSION= 0.14
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://0pointer.de/lennart/projects/${PORTNAME}/
MAINTAINER= gnome@FreeBSD.org
COMMENT= Lightweight C library that eases the writing of UNIX daemons
CONFIGURE_ARGS= --disable-lynx
GNU_CONFIGURE= yes
USES= libtool:keepla pathfix
USE_LDCONFIG= yes
.include <bsd.port.mk>