freebsd-ports/net-im/micq/Makefile

53 lines
1.1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: micq
# Date created: 11 Oct 1998
# Whom: mph
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= micq
2005-03-08 13:31:24 +01:00
PORTVERSION= 0.5.0.1
CATEGORIES= net
MASTER_SITES= http://micq.org/source/ \
http://micq.alpha345.com/source/ \
http://http.bg.micq.org/source/
EXTRACT_SUFX= .tgz
MAINTAINER= krion@FreeBSD.org
2003-02-20 20:00:52 +01:00
COMMENT= Text-based ICQ implementation
USE_GMAKE= yes
2004-12-15 11:45:11 +01:00
USE_OPENSSL= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= micq.1
MAN5= micqrc.5
MAN7= micq.7
.if defined(WITHOUT_LIBICONV)
CONFIGURE_ARGS+= --disable-iconv
.else
USE_ICONV= yes
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -liconv
.endif
.if defined(WITHOUT_UTF8)
CONFIGURE_ARGS+= --disable-utf8
.endif
post-install:
${INSTALL_MAN} ${WRKSRC}/doc/micq.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/doc/micqrc.5 ${MANPREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/doc/micq.7 ${MANPREFIX}/man/man7
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
2003-09-26 11:30:58 +02:00
.for ext in i18n logformat png txt xpm
${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>