diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-26 21:45:46 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2003-10-26 21:45:46 +0000 |
commit | 1684265048d2878fcec5b50f27b497fa46739681 (patch) | |
tree | e99dd7f64ee9a1e321c088eaba2c19f514e84255 /misc | |
parent | bd5c443095fda58b25bd0f16f24a3b484f3f9c3e (diff) | |
download | ports-1684265048d2878fcec5b50f27b497fa46739681.tar.gz ports-1684265048d2878fcec5b50f27b497fa46739681.zip |
Notes
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 |