637c8bc061
From Volker.Wiegand ok steven@, jasper@
25 lines
502 B
Makefile
25 lines
502 B
Makefile
# $OpenBSD: Makefile,v 1.4 2007/09/24 14:41:56 merdely Exp $
|
|
|
|
COMMENT= lightweight C library that eases the writing of daemons
|
|
|
|
DISTNAME= libdaemon-0.12
|
|
SHARED_LIBS+= daemon 3.0 #.3.0
|
|
CATEGORIES= devel
|
|
|
|
HOMEPAGE= http://0pointer.de/lennart/projects/libdaemon/
|
|
|
|
# LGPL
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --disable-lynx
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
.include <bsd.port.mk>
|