freebsd-ports/net/howl/Makefile
Clement Laforet 57c7a1f84d - Update to 0.9.1
While I'm here:
- Use %%DATADIR%%

PR:                 61432
Submitted by:       Paul Dlug <paul@aps.org>
Approved by:        erwin (mentor) (implicitly)
2004-01-16 17:12:57 +00:00

24 lines
520 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.9.1
CATEGORIES?= net devel
MASTER_SITES= http://www.porchdogsoft.com/download/
MAINTAINER= paul@aps.org
COMMENT= Zeroconf/Rendezvous implementation
ONLY_FOR_ARCHS= i386
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= VERSION="${PORTVERSION}"
.include <bsd.port.mk>