Changeset 2078
- Timestamp:
- 29/01/2008 19:40:16 (4 years ago)
- Location:
- box/james/FreeBSD
- Files:
-
- 1 deleted
- 1 edited
-
Makefile (modified) (3 diffs)
-
files/patch-configdir (deleted)
Legend:
- Unmodified
- Added
- Removed
-
box/james/FreeBSD/Makefile
r2009 r2078 7 7 8 8 PORTNAME= boxbackup 9 PORTVERSION= 0.10 10 PORTREVISION= 1 9 PORTVERSION= 0.11 11 10 CATEGORIES= sysutils 12 11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} … … 24 23 ACLOCAL_ARGS+= -I ${WRKSRC}/infrastructure/m4 25 24 25 # CONFDIR may be overridden if you keep /etc files somewhere other than 26 # $PREFIX/etc 27 CONFDIR?= ${PREFIX}/etc 28 CONFIGURE_ARGS+=--sysconfdir=${CONFDIR} 29 26 30 PKGMESSAGE= ${WRKDIR}/pkg-message 27 31 28 32 OPTIONS= CLIENT "Install the bbackupd client" On \ 29 33 SERVER "Install the bbstored server" On \ 30 BDB "Enable Berkeley DB " On \34 BDB "Enable Berkeley DB (client only)" On \ 31 35 GNUREADLINE "Enable the use of GNU readline" Off \ 32 36 TESTS "Allows use of a 'test' target to run tests" Off … … 34 38 .include <bsd.port.pre.mk> 35 39 36 .if defined(WITH_BDB) 40 .if defined(WITH_BDB) && defined(WITH_CLIENT) 37 41 USE_BDB= 42+ 38 42 CONFIGURE_ARGS+=--with-bdb-lib=${BDB_LIB_DIR} \
Note: See TracChangeset
for help on using the changeset viewer.
