blob: e6095e4209af50c85858cdb1fdd867715035fd0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# 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@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>
|