diff options
author | krion <krion@FreeBSD.org> | 2004-05-31 20:15:55 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-31 20:15:55 +0800 |
commit | 86ab8d91b98229123f2307c16e86b3157c3602c0 (patch) | |
tree | 4f572220b9021652d877481f0c243b219e767a25 /net/howl | |
parent | 6a9b3e988240167215e4f72f031ebfe7c56e1713 (diff) | |
download | freebsd-ports-gnome-86ab8d91b98229123f2307c16e86b3157c3602c0.tar.gz freebsd-ports-gnome-86ab8d91b98229123f2307c16e86b3157c3602c0.tar.zst freebsd-ports-gnome-86ab8d91b98229123f2307c16e86b3157c3602c0.zip |
- Use pkgconfig PREFIX
Diffstat (limited to 'net/howl')
-rw-r--r-- | net/howl/Makefile | 5 | ||||
-rw-r--r-- | net/howl/files/patch-Makefile.in | 14 | ||||
-rw-r--r-- | net/howl/pkg-plist | 2 |
3 files changed, 18 insertions, 3 deletions
diff --git a/net/howl/Makefile b/net/howl/Makefile index c392cb6a10b9..b95bbffbbf5a 100644 --- a/net/howl/Makefile +++ b/net/howl/Makefile @@ -6,6 +6,7 @@ PORTNAME= howl PORTVERSION= 0.9.4 +PORTREVISION= 1 CATEGORIES?= net devel MASTER_SITES= http://www.porchdogsoft.com/download/ @@ -15,12 +16,12 @@ COMMENT= Zeroconf/Rendezvous implementation ONLY_FOR_ARCHS= i386 USE_GMAKE= yes +USE_GNOME= gnometarget USE_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV+= CFLAGS="${PTHREAD_CFLAGS}" LDFLAGS="${PTHREAD_LIBS}" USE_REINPLACE= yes +INSTALLS_SHLIB= yes MAN8= mDNSResponder.8 PLIST_SUB= VERSION="${PORTVERSION}" diff --git a/net/howl/files/patch-Makefile.in b/net/howl/files/patch-Makefile.in new file mode 100644 index 000000000000..ffc4b9d045e0 --- /dev/null +++ b/net/howl/files/patch-Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.in.orig Mon May 31 14:11:12 2004 ++++ Makefile.in Mon May 31 14:12:11 2004 +@@ -95,7 +95,7 @@ + install_sh = @install_sh@ + SUBDIRS = include src samples test docs etc project + +-pkgconfigdir = $(prefix)/lib/pkgconfig ++pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = howl.pc + subdir = . + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 diff --git a/net/howl/pkg-plist b/net/howl/pkg-plist index 86f6cbc4e7e2..cb0dafedea55 100644 --- a/net/howl/pkg-plist +++ b/net/howl/pkg-plist @@ -35,7 +35,7 @@ lib/libhowl-%%VERSION%%.so lib/libhowl.so lib/libhowl.la lib/libhowl.a -lib/pkgconfig/howl.pc +libdata/pkgconfig/howl.pc share/howl/help/address.html share/howl/help/address-summary.html share/howl/help/index.html |