View | Details | Raw Unified | Return to bug 58331
Collapse All | Expand All

(-)/usr/ports/misc/libhome/Makefile (-4 / +13 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	libhome
8
PORTNAME=	libhome
9
PORTVERSION=	0.7
9
PORTVERSION=	0.7.1
10
CATEGORIES=	misc
10
CATEGORIES=	misc
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	pll
12
MASTER_SITE_SUBDIR=	pll
Lines 15-26 Link Here
15
COMMENT=	Libhome is a library providing a getpwname() emulation
15
COMMENT=	Libhome is a library providing a getpwname() emulation
16
16
17
LIB_DEPENDS+=	ldap:${PORTSDIR}/net/openldap21-client \
17
LIB_DEPENDS+=	ldap:${PORTSDIR}/net/openldap21-client \
18
		mysqlclient:${PORTSDIR}/databases/mysql323-client
18
		mysqlclient:${PORTSDIR}/databases/mysql323-client \
19
		db3.3:${PORTSDIR}/databases/db3
19
20
20
GNU_CONFIGURE=	YES
21
GNU_CONFIGURE=	YES
21
22
22
CONFIGURE_ARGS+=	--without-db3 --without-db4 --with-ldap --with-mysql
23
CONFIGURE_ARGS+=	--with-db3 --without-db4 --with-ldap --with-mysql
24
25
MAKE_ARGS=	CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}" home_finger
23
26
24
MAN5=		home.conf.5
27
MAN5=		home.conf.5
25
28
26
.include <bsd.port.mk>
29
.include <bsd.port.pre.mk>
30
31
post-install:
32
	${INSTALL_PROGRAM} ${WRKSRC}/home_finger ${PREFIX}/bin
33
	${INSTALL_DATA} ${WRKSRC}/home.conf ${PREFIX}/etc/home.conf.dist
34
35
.include <bsd.port.post.mk>
(-)/usr/ports/misc/libhome/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (libhome-0.7.tar.gz) = 6ea5b9b2b65a82b2f4061a980487c2e1
1
MD5 (libhome-0.7.1.tar.gz) = 8047114e6795758c95be8bd2a007fe3c
(-)/usr/ports/misc/libhome/pkg-plist (+2 lines)
Lines 4-7 Link Here
4
include/home/home_version.h
4
include/home/home_version.h
5
lib/libhome.a
5
lib/libhome.a
6
bin/libhome.sh
6
bin/libhome.sh
7
bin/home_finger
8
etc/home.conf.dist
7
@dirrm include/home
9
@dirrm include/home

Return to bug 58331