blob: 5a2ad3a2d542dfd18c711c6ba9a74a9bf770d8d9 (
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
|
# New ports collection makefile for: xicq
# Version required: 23 June 1998
# Date created: 29 June 1998
# Whom: scrappy
#
# $Id: Makefile,v 1.1.1.1 1998/06/29 18:39:26 scrappy Exp $
#
DISTNAME= xicq-062398-snapshot
PKGNAME= xicq-062398
CATEGORIES= net
MASTER_SITES= http://www.xtrophy.dk/xicq/
MAINTAINER= scrappy@freebsd.org
WRKSRC= ${WRKDIR}/xicq-062398-snapshot
USE_GMAKE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bin/xicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/xicq
.for file in contact config
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/examples/xicq
.endfor
.include <bsd.port.mk>
|