mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
33 lines
753 B
Makefile
33 lines
753 B
Makefile
# New ports collection makefile for: licq
|
|
# Version required: 0.61
|
|
# Date created: 2 July 1998
|
|
# Whom: Brian Feldman
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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@FreeBSD.org
|
|
|
|
USE_QT= yes
|
|
|
|
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>
|