1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/net/howl/Makefile
Edwin Groothuis 81a44e879c New Port: howl 0.6.1: zerconf/rendezvous implementation
Paul Dlug also submitted a PR with the howl port, but kept
	his name in the MAINTAINER field, so I assign him as the
	maintainer for this port.

PR:		ports/55291
Submitted by:	Paul Dlug <paul@aps.org>
2003-08-24 06:34:06 +00:00

21 lines
405 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= paul@aps.org
COMMENT= Zeroconf/Rendezvous implementation
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>