summaryrefslogtreecommitdiff
path: root/net-im/cicquin/Makefile
blob: ce7cf8f3b2cfd537383d971ab0ef770def73cc1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Peter Pentchev
# $FreeBSD$

PORTNAME=	cicquin
PORTVERSION=	0.1
CATEGORIES=	net-im
#MASTER_SITES=	${MASTER_SITE_LOCAL} \ 
MASTER_SITES=	\
		http://devel.ringlet.net/misc/cicquin/ \
		http://people.FreeBSD.org/~roam/misc/cicquin/
MASTER_SITE_SUBDIR=	roam/misc/cicquin

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Look up users in the CenterICQ user database

PLIST_FILES=	bin/${PORTNAME}

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
		${STAGEDIR}${PREFIX}/bin/${PORTNAME}

.include <bsd.port.mk>