openbsd-ports/net/centericq/Makefile

38 lines
943 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.32 2007/09/15 22:36:52 merdely Exp $
BROKEN= requires update but new version has issues
COMMENT= curses-based icq client implementation
DISTNAME= centericq-4.9.11
PKGNAME= ${DISTNAME}p0
CATEGORIES= net
MASTER_SITES= http://konst.org.ua/download/ \
2002-04-04 13:48:05 -05:00
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
2004-12-15 19:31:20 -05:00
WANTLIB= c crypto m ncurses ssl stdc++
2004-08-10 05:38:34 -04:00
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
2003-12-23 16:08:28 -05:00
${INSTALL_DATA} ${WRKSRC}/centericq.1 ${PREFIX}/man/man1
.include <bsd.port.mk>