aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/xicq/Makefile
blob: b0bb2f2a87de40c22dd299775557e921e9e101c8 (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
# New ports collection makefile for:    xicq
# Version required:         12 July 1998
# Date created:             29 June 1998
# Whom:                 scrappy
#
# $FreeBSD$
#

DISTNAME=   xicq-071298-snapshot.src
PKGNAME=    xicq-071298
CATEGORIES= net
MASTER_SITES=   http://www.xtrophy.dk/xicq/

MAINTAINER= scrappy@freebsd.org

WRKSRC=     ${WRKDIR}/xicq-071298

USE_GMAKE=  yes
MAKE_ENV=   OPT="${CFLAGS}"

do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/src/xicq/main ${PREFIX}/bin/xicq
        ${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
        ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor

.include <bsd.port.mk>