mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
3dedea3469
While I'm here: - Remove GNU_CONFIGURE - implied by USE_LIBTOOL - Add CONFIGURE_TARGET to silence a warning - Use VERSION macro instead of explicit version number in pkg-plist PR: 59424 Submitted by: maintainer
25 lines
511 B
Makefile
25 lines
511 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.8.1
|
|
CATEGORIES?= net devel
|
|
MASTER_SITES= ftp://ftp.swampwolf.com/pub/
|
|
|
|
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>
|