diff options
author | sergei <sergei@FreeBSD.org> | 2003-10-27 05:45:46 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2003-10-27 05:45:46 +0800 |
commit | efde5b944e685cf209ef22d8a83efa487f41e71f (patch) | |
tree | c87309f188274173a7f8381848162e1e6d1b1849 /misc | |
parent | 8b9c24080fa419ee1a7cf9b6e492f1b967a90dab (diff) | |
download | freebsd-ports-gnome-efde5b944e685cf209ef22d8a83efa487f41e71f.tar.gz freebsd-ports-gnome-efde5b944e685cf209ef22d8a83efa487f41e71f.tar.zst freebsd-ports-gnome-efde5b944e685cf209ef22d8a83efa487f41e71f.zip |
- Update to 0.7.1
PR: 58331
Submitted by: maintainer
Approved by: krion (implicit)
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libhome/Makefile | 18 | ||||
-rw-r--r-- | misc/libhome/distinfo | 2 | ||||
-rw-r--r-- | misc/libhome/pkg-plist | 12 |
3 files changed, 21 insertions, 11 deletions
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index 1eec682733f5..118c44b20c21 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -6,21 +6,29 @@ # PORTNAME= libhome -PORTVERSION= 0.7 +PORTVERSION= 0.7.1 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll MAINTAINER= kiwi@oav.net -COMMENT= Libhome is a library providing a getpwname() emulation +COMMENT= Library providing a getpwname() emulation LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client \ - mysqlclient:${PORTSDIR}/databases/mysql323-client + mysqlclient:${PORTSDIR}/databases/mysql323-client \ + db3.3:${PORTSDIR}/databases/db3 GNU_CONFIGURE= YES - -CONFIGURE_ARGS+= --without-db3 --without-db4 --with-ldap --with-mysql +CONFIGURE_ARGS= --with-db3=${LOCALBASE}/include/db3 --without-db4 \ + --with-ldap=${LOCALBASE}/include \ + --with-mysql=${LOCALBASE}/include/mysql +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger MAN5= home.conf.5 +post-install: + ${INSTALL_PROGRAM} ${WRKSRC}/home_finger ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist + .include <bsd.port.mk> diff --git a/misc/libhome/distinfo b/misc/libhome/distinfo index ff6273caedf8..649d420dd7fc 100644 --- a/misc/libhome/distinfo +++ b/misc/libhome/distinfo @@ -1 +1 @@ -MD5 (libhome-0.7.tar.gz) = 6ea5b9b2b65a82b2f4061a980487c2e1 +MD5 (libhome-0.7.1.tar.gz) = 8047114e6795758c95be8bd2a007fe3c diff --git a/misc/libhome/pkg-plist b/misc/libhome/pkg-plist index cd1edf00406c..e1ffe8e7ebf3 100644 --- a/misc/libhome/pkg-plist +++ b/misc/libhome/pkg-plist @@ -1,7 +1,9 @@ -include/home/pwd.h -include/home/hpwd.h -include/home/hparam.h -include/home/home_version.h -lib/libhome.a +bin/home_finger bin/libhome.sh +etc/home.conf.dist +include/home/home_version.h +include/home/hparam.h +include/home/hpwd.h +include/home/pwd.h @dirrm include/home +lib/libhome.a |