diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-16 02:49:31 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2005-05-16 02:49:31 +0000 |
commit | 5cfde9a0d240c6b2ec80d0e0d8f6304f5fd3b9dd (patch) | |
tree | a4e6759773f3fd16f4a459a5bbd174ec6a020239 /misc | |
parent | ae67238a95bd8a4d5d182c242cb7c980c0958978 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libhome/Makefile | 17 | ||||
-rw-r--r-- | misc/libhome/distinfo | 4 | ||||
-rw-r--r-- | misc/libhome/pkg-plist | 1 |
3 files changed, 19 insertions, 3 deletions
diff --git a/misc/libhome/Makefile b/misc/libhome/Makefile index bc5ac57f5d57..1490d3d0a776 100644 --- a/misc/libhome/Makefile +++ b/misc/libhome/Makefile @@ -6,7 +6,7 @@ # PORTNAME= libhome -PORTVERSION= 0.8.1 +PORTVERSION= 0.9 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= pll @@ -19,6 +19,8 @@ OPTIONS+= MYSQL "Support for MySQL queries" on OPTIONS+= DB3 "Support for DB3" on OPTIONS+= DB4 "Support for DB4" off OPTIONS+= PAM "Support for PAM (Experimental)" off +OPTIONS+= PROXY "Support for Proxy Driver (Experimental)" off +OPTIONS+= PGSQL "Support for PostgreSQL (Experimental)" off HAS_CONFIGURE= yes INSTALLS_SHLIB= yes @@ -63,6 +65,19 @@ CONFIGURE_ARGS+= --with-pam CONFIGURE_ARGS+= --without-pam .endif +.if defined(WITH_PROXY) +CONFIGURE_ARGS+= --with-proxy +.else +CONFIGURE_ARGS+= --without-proxy +.endif + +.if defined(WITH_PGSQL) +CONFIGURE_ARGS+= --with-pgsql +USE_PGSQL= YES +.else +CONFIGURE_ARGS+= --without-pgsql +.endif + GNU_CONFIGURE= YES CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger diff --git a/misc/libhome/distinfo b/misc/libhome/distinfo index 85bfbd4e4b28..51c5fbdc1f04 100644 --- a/misc/libhome/distinfo +++ b/misc/libhome/distinfo @@ -1,2 +1,2 @@ -MD5 (libhome-0.8.1.tar.gz) = 44f06ff97b594741f0558efb51960d29 -SIZE (libhome-0.8.1.tar.gz) = 251512 +MD5 (libhome-0.9.tar.gz) = 6457341b887dac2f1dfc3d76117e2886 +SIZE (libhome-0.9.tar.gz) = 274081 diff --git a/misc/libhome/pkg-plist b/misc/libhome/pkg-plist index 5910086f3950..183f61576999 100644 --- a/misc/libhome/pkg-plist +++ b/misc/libhome/pkg-plist @@ -1,4 +1,5 @@ bin/home_finger +bin/home_su bin/libhome.sh etc/home.conf.dist include/home/home_version.h |