mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
147fdee482
- these include misc/ multimedia/ net/ net-mgmt/ net-im/ net-p2p/ palm/ print/ science/ maintained by ports@ PR: ports/101916 Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
32 lines
811 B
Makefile
32 lines
811 B
Makefile
# New ports collection makefile for: firetalk
|
|
# Date created: 06 January 2001
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= firetalk
|
|
PORTVERSION= 0.0.11
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://site.n.ml.org/download/20031016162822/_firetalk/ \
|
|
http://www.penguinhosting.net/~ian/firetalk/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A multi-protocol chat/instant messaging library
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
FTHEADERS= firetalk-int.h icqv5.h toc.h firetalk.h irc.h
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/firetalk ${PREFIX}/bin
|
|
${MKDIR} ${PREFIX}/include/firetalk
|
|
.for H in ${FTHEADERS}
|
|
${INSTALL_DATA} ${WRKSRC}/$H ${PREFIX}/include/firetalk
|
|
.endfor
|
|
${INSTALL_DATA} ${WRKSRC}/libfiretalk.a ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|