mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-08 06:48:28 +00:00
81a44e879c
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>
21 lines
405 B
Makefile
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>
|