8cc5110715
- Install locale files. - Use the gettext port rather than building the included one. help from naddy@ Brief ChangeLog: o Now it's possible to open a received URL with a browser directly; controlled in the ~/.centericq/actions file. o Cancelled messages are now being postponed for later editing. o Substring search in history is implemented. o QuickFind feature works in multiple contact selection mode as well as in the contact list and is case insensitive.
34 lines
878 B
Makefile
34 lines
878 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/05/19 17:23:59 pvalchev Exp $
|
|
|
|
COMMENT= "curses-based icq client implementation"
|
|
|
|
DISTNAME= centericq-3.29.12
|
|
CATEGORIES= net
|
|
NEED_VERSION= 1.363
|
|
MASTER_SITES= http://konst.org.ua/download/ \
|
|
http://konst.home.welcomehome.org/
|
|
|
|
HOMEPAGE= http://konst.org.ua/software.centericq.html
|
|
|
|
LIB_DEPENDS= intl.1::devel/gettext
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= autoconf
|
|
CONFIGURE_ENV= PREFIX="${PREFIX}" \
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/centericq
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/centericq
|
|
${INSTALL_DATA} ${WRKSRC}/FAQ ${PREFIX}/share/doc/centericq
|
|
|
|
.include <bsd.port.mk>
|