freebsd-ports/net-im/centericq/Makefile
Jing-Tang Keith Jang a4f636be2c Update to 3.7.3, and change the maintainer from
ports@FreeBSD.org to ijliao@csie.nctu.edu.tw.

Also thanks to Clive Lin <clive@CirX.ORG> for testing.
2000-11-21 19:09:59 +00:00

26 lines
600 B
Makefile

# New ports collection makefile for: centericq
# Date created: 25 December 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= centericq
PORTVERSION= 3.7.3
CATEGORIES= net
MASTER_SITES= http://download.konst.org.ua/
MAINTAINER= ijliao@csie.nctu.edu.tw
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\
-I/usr/include
.endif
USE_GMAKE= yes
HAS_CONFIGURE= yes
.include <bsd.port.post.mk>