openbsd-ports/net/centericq/Makefile
2004-12-16 00:31:20 +00:00

36 lines
905 B
Makefile

# $OpenBSD: Makefile,v 1.28 2004/12/16 00:31:20 alek Exp $
COMMENT= "curses-based icq client implementation"
DISTNAME= centericq-4.9.11
CATEGORIES= net
MASTER_SITES= http://konst.org.ua/download/ \
http://konst.home.welcomehome.org/ \
http://centericq.de/archive/source/releases/
HOMEPAGE= http://konst.org.ua/software.centericq.html
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c crypto m ncurses ssl stdc++
MODULES= devel/gettext
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-libiconv-prefix="${LOCALBASE}"
DOCS= README FAQ
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/centericq
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${PREFIX}/share/doc/centericq
${INSTALL_DATA} ${WRKSRC}/centericq.1 ${PREFIX}/man/man1
.include <bsd.port.mk>