freebsd-ports/net/icqlib0/Makefile

28 lines
595 B
Makefile
Raw Normal View History

# New ports collection makefile for: icqlib
# Date created: 16 March 1999
# Whom: Pavel Andreev
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= icqlib
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= lioux@FreeBSD.org
2003-02-23 20:58:35 +01:00
COMMENT= Old branch 0.x.x of library required by kicq (used by icqmail)
USE_GMAKE= yes
USE_LIBTOOL= yes
INSTALLS_SHLIB= yes
LATEST_LINK= icqlib0
post-install:
${INSTALL_DATA} ${WRKSRC}/icqlib/icq.h ${PREFIX}/include/icq0.h
.include <bsd.port.mk>