mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
33 lines
731 B
Makefile
33 lines
731 B
Makefile
# New ports collection makefile for: icqlib
|
|
# Date created: 16 March 1999
|
|
# Whom: Pavel Andreev
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icqlib
|
|
PORTVERSION= 0.1.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Old branch 0.x.x of library required by kicq (used by icqmail)
|
|
|
|
USE_GMAKE= yes
|
|
USE_LIBTOOL_VER=15
|
|
INSTALLS_SHLIB= yes
|
|
USE_REINPLACE= yes
|
|
|
|
LATEST_LINK= icqlib0
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \
|
|
${WRKSRC}/configure
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/icqlib/icq.h ${PREFIX}/include/icq0.h
|
|
|
|
.include <bsd.port.mk>
|