diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-18 17:41:27 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-11-18 17:41:27 +0000 |
commit | 3dedea3469354d1321e85adcfc2c2e1e2130d0b5 (patch) | |
tree | 7df9948068a3e398a719f60aa25c6fe14c639345 /net/howl | |
parent | 1db55f32551792c6a97f312cddfa7c97358781d2 (diff) | |
download | ports-3dedea3469354d1321e85adcfc2c2e1e2130d0b5.tar.gz ports-3dedea3469354d1321e85adcfc2c2e1e2130d0b5.zip |
Notes
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 9 | ||||
-rw-r--r-- | net/howl/distinfo | 2 | ||||
-rw-r--r-- | net/howl/pkg-plist | 55 |
3 files changed, 36 insertions, 30 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index a335a61639a1..0025ef6646db 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -5,17 +5,20 @@ # PORTNAME= howl -PORTVERSION= 0.6.1 +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 -GNU_CONFIGURE= yes +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> diff --git a/net/howl/distinfo b/net/howl/distinfo index 88e07dd4ac15..db6663eaff83 100644 --- a/net/howl/distinfo +++ b/net/howl/distinfo @@ -1 +1 @@ -MD5 (howl-0.6.1.tar.gz) = db593676a7d29ae907fb781b953a4ff8 +MD5 (howl-0.8.1.tar.gz) = 1df2f28f48b37bcfebec8a6e918e1884 diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 510bf7e2e557..9bfff2be0978 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -1,26 +1,33 @@ -bin/browse +@comment $FreeBSD$ +bin/mDNSBrowse +bin/mDNSPublish bin/mDNSResponder -bin/publish -include/howl-0.6.1/corby/buffer.h -include/howl-0.6.1/corby/channel.h -include/howl-0.6.1/corby/corby.h -include/howl-0.6.1/corby/dll.h -include/howl-0.6.1/corby/message.h -include/howl-0.6.1/corby/object.h -include/howl-0.6.1/corby/orb.h -include/howl-0.6.1/rendezvous/dll.h -include/howl-0.6.1/rendezvous/rendezvous.h -include/howl-0.6.1/salt/address.h -include/howl-0.6.1/salt/assert.h -include/howl-0.6.1/salt/dll.h -include/howl-0.6.1/salt/log.h -include/howl-0.6.1/salt/salt.h -include/howl-0.6.1/salt/socket.h -include/howl-0.6.1/salt/verrno.h -include/howl-0.6.1/salt/vstdlib.h -include/howl-0.6.1/salt/vstring.h -include/howl-0.6.1/salt/vtime.h -include/howl-0.6.1/salt/vtypes.h +include/howl-%%VERSION%%/corby/buffer.h +include/howl-%%VERSION%%/corby/channel.h +include/howl-%%VERSION%%/corby/corby.h +include/howl-%%VERSION%%/corby/dll.h +include/howl-%%VERSION%%/corby/message.h +include/howl-%%VERSION%%/corby/object.h +include/howl-%%VERSION%%/corby/orb.h +@dirrm include/howl-%%VERSION%%/corby +include/howl-%%VERSION%%/rendezvous/dll.h +include/howl-%%VERSION%%/rendezvous/rendezvous.h +@dirrm include/howl-%%VERSION%%/rendezvous +include/howl-%%VERSION%%/salt/address.h +include/howl-%%VERSION%%/salt/assert.h +include/howl-%%VERSION%%/salt/dll.h +include/howl-%%VERSION%%/salt/interface.h +include/howl-%%VERSION%%/salt/log.h +include/howl-%%VERSION%%/salt/salt.h +include/howl-%%VERSION%%/salt/signal.h +include/howl-%%VERSION%%/salt/socket.h +include/howl-%%VERSION%%/salt/time.h +include/howl-%%VERSION%%/salt/verrno.h +include/howl-%%VERSION%%/salt/vstdlib.h +include/howl-%%VERSION%%/salt/vstring.h +include/howl-%%VERSION%%/salt/vtypes.h +@dirrm include/howl-%%VERSION%%/salt +@dirrm include/howl-%%VERSION%% lib/libcorby.a lib/libcorby.la lib/libcorby.so @@ -43,7 +50,3 @@ share/howl/help/salt-summary.html share/howl/help/salt.html @dirrm share/howl/help @dirrm share/howl -@dirrm include/howl-0.6.1/salt -@dirrm include/howl-0.6.1/rendezvous -@dirrm include/howl-0.6.1/corby -@dirrm include/howl-0.6.1 |