blob: d17b586388ab71eb62f348509dd44ca0966f1d8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# New ports collection makefile for: libhome
# Date created: Fri Aug 14 2003
# Whom: Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#
PORTNAME= libhome
PORTVERSION= 0.6
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= pll
MAINTAINER= kiwi@oav.net
COMMENT= Libhome is a library providing a getpwname() emulation
LIB_DEPENDS+= ldap:${PORTSDIR}/net/openldap21-client \
mysqlclient:${PORTSDIR}/databases/mysql323-client
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --without-db3 --without-db4 --with-ldap --with-mysql
MAN5= home.conf.5
.include <bsd.port.mk>
|