e76bc8752a
- do not compile in code for functions which we already have in libc, - bump PKGNAME should be ok sturm@
27 lines
653 B
Makefile
27 lines
653 B
Makefile
# $OpenBSD: Makefile,v 1.14 2006/07/30 13:17:58 steven Exp $
|
|
|
|
COMMENT= "ident daemon with custom responses and NAT support"
|
|
DISTNAME= oidentd-2.0.7
|
|
PKGNAME= ${DISTNAME}p1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ojnk/}
|
|
|
|
HOMEPAGE= http://ojnk.sourceforge.net/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
pre-configure:
|
|
@perl -pi -e 's,/etc,${SYSCONFDIR},g' \
|
|
${WRKSRC}/doc/oidentd_masq.conf.5 ${WRKSRC}/doc/oidentd.8 \
|
|
${WRKSRC}/doc/oidentd.conf.5 ${WRKSRC}/src/oidentd_options.c \
|
|
${WRKSRC}/src/oidentd.h
|
|
|
|
.include <bsd.port.mk>
|