blob: 1b2dc7a195fdc92c3ab7e952d5cbee9b8b054dd7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
PORTREVISION= 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>
|