blob: aaba77ae6d5b97865e3defff2fe3ceba2e64b1c3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: cicquin
# Date created: 6 Jun 2004
# Whom: 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
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
.include <bsd.port.mk>
|