blob: 9c59a93e202fd14ce7afa61cc007e7bbf6b97d8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# $NetBSD: Makefile,v 1.20 2007/08/25 14:00:20 obache Exp $
#
VERSION= 0.32
DISTNAME= libident-${VERSION}
CATEGORIES= security devel net
MASTER_SITES= http://www.remlab.net/files/libident/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.remlab.net/libident/
COMMENT= Small library to interface to the ident protocol server (rfc1413)
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
# Need to specify shlib version for continuousness since old 0.2x version
SUBST_CLASSES+= libver
SUBST_STAGE.libver= pre-configure
SUBST_FILES.libver= Makefile.in
SUBST_SED.libver= -e "s/^\\(libident_la_LDFLAGS[ ]*=\\).*/\\1 -version-info ${VERSION:S/./:/}/"
.include "../../mk/bsd.pkg.mk"
|