3de4988004
for users with a specified nickname.
18 lines
377 B
Makefile
18 lines
377 B
Makefile
# New ports collection makefile for: cicquin
|
|
# Date created: 6 Jun 2004
|
|
# Whom: Peter Pentchev
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= cicquin
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://devel.ringlet.net/misc/cicquin/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Look up users in the CenterICQ user database
|
|
|
|
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
|
|
|
|
.include <bsd.port.mk>
|