2337495c1c
Howl is a cross-platform implementation of the Zeroconf networking standard. Zeroconf brings a new ease of use to IP networking. PR: 54717 Submitted by: David Magda <dmagda@magda.ca>
20 lines
437 B
Makefile
20 lines
437 B
Makefile
# New ports collection makefile for: howl
|
|
# Date created: 21 July 2003
|
|
# Whom: David Magda <dmagda+howl@ee.ryerson.ca>
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= howl
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES?= net devel
|
|
MASTER_SITES= ftp://ftp.swampwolf.com/pub/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
COMMENT= Howl is an implementation of the Zeroconf networking standard
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|