openbsd-ports/net/howl/Makefile

28 lines
562 B
Makefile
Raw Normal View History

2006-01-08 05:23:02 -05:00
# $OpenBSD: Makefile,v 1.4 2006/01/08 10:23:02 steven Exp $
COMMENT= "zeroconf networking implementation"
DISTNAME= howl-1.0.0
2005-12-31 04:46:56 -05:00
PKGNAME= ${DISTNAME}p0
2006-01-08 05:23:02 -05:00
SHARED_LIBS= howl 0.0 \
mDNSResponder 0.0
2005-12-31 04:46:56 -05:00
CATEGORIES= net
MASTER_SITES= http://www.porchdogsoft.com/download/
HOMEPAGE= http://www.porchdogsoft.com/products/howl/
# BSD/APSL
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
BUILD_DEPENDS= :pkgconfig-*:devel/pkgconfig
WANTLIB= c pthread
2005-12-31 04:46:56 -05:00
USE_LIBTOOL= Yes
CONFIGURE_STYLE=gnu
.include <bsd.port.mk>