2d8b17ea39
With hat: portmgr
17 lines
410 B
Makefile
17 lines
410 B
Makefile
# Created by: Michael Johnson <ahze@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdaemon
|
|
PORTVERSION= 0.14
|
|
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
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GNOME= gnomehack ltverhack
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|