freebsd-ports/net/licq/Makefile
Michael Haro a89d8b834b Update licq to version 0.61
PR:		11453
Submitted by:	maintainer
1999-05-02 20:21:41 +00:00

33 lines
821 B
Makefile

# New ports collection makefile for: licq
# Version required: 0.34
# Date created: 2 July 1998
# Whom: Brian Feldman
#
# $Id: Makefile,v 1.5 1998/11/02 04:04:40 steve Exp $
#
DISTNAME= licq-0.61
CATEGORIES= net
MASTER_SITES= ftp://ftp.wibble.net/pub/licq/srcs/ \
ftp://licq.darkorb.net/srcs/ \
ftp://ftp.fanfic.org/pub/licq/srcs/ \
ftp://ftp.inter-i.uni-mainz.de/pub/licq/srcs/
MAINTAINER= green@unixhelp.org
USE_QT= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= licq.1
post-install:
@${MKDIR} ${PREFIX}/share/licq
@${CP} ${WRKSRC}/contrib/licq.* ${WRKSRC}/contrib/viewurl* \
${PREFIX}/share/licq
@chmod 555 ${PREFIX}/share/licq/*
@chown bin.bin ${PREFIX}/share/licq/*
.include <bsd.port.mk>