mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
20 lines
449 B
Makefile
20 lines
449 B
Makefile
# 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
|
|
|
|
MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|