freebsd-ports/net-im/jabber-jud/Makefile
Martin Wilke 80b83b4e25 - Fix compatibility with jabber 1.6.0
- Add plist support
- Pass maintainership to submitter

NOTES:  Please read the UPDATING

PR:             109405
Submitted by:   Martin Matuska <martin@matuska.org>
2007-02-27 13:14:07 +00:00

53 lines
1.2 KiB
Makefile

# New ports collection makefile for: jabber-jud
# Date created: 14 Apr 2002
# Whom: Sean Chittenden <seanc@FreeBSD.org>
#
# $FreeBSD$
PORTNAME= jud
PORTVERSION= 0.5
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://jud.jabberstudio.org/ \
http://freebsd.unixfreunde.de/sources/
PKGNAMEPREFIX= jabber-
DIST_SUBDIR= jabber
MAINTAINER= martin@matuska.org
COMMENT= Jabber User Directory module
LIB_DEPENDS= jabberd.1:${PORTSDIR}/net-im/jabber
WRKSRC= ${WRKDIR}/${PORTNAME}-ansi-c
USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/jabber \
-I${LOCALBASE}/include/pth
MAKE_ARGS+= MCFLAGS="-shared" \
LDFLAGS="-L${LOCALBASE}/lib/pth -L${LOCALBASE}/lib/jabber"
SUB_FILES+= pkg-message README.jabberd14
DOCSDIR= ${TARGETDIR}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
.if !defined(NOPORTDOCS)
PKGMESSAGE= ${WRKDIR}/pkg-message
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
CFLAGS+= -fPIC
.endif
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jud.so ${TARGETDIR}/lib/jabber/
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKDIR}/README.jabberd14 ${DOCSDIR}
@${CAT} ${PKGMESSAGE}
.endif
.include <bsd.port.post.mk>