1999-12-25 16:51:44 -05:00
|
|
|
# New ports collection makefile for: centericq
|
|
|
|
# Date created: 25 December 1999
|
|
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 14:14:07 -04:00
|
|
|
PORTNAME= centericq
|
2000-11-21 14:09:59 -05:00
|
|
|
PORTVERSION= 3.7.3
|
1999-12-25 16:51:44 -05:00
|
|
|
CATEGORIES= net
|
2000-11-21 14:09:59 -05:00
|
|
|
MASTER_SITES= http://download.konst.org.ua/
|
1999-12-25 16:51:44 -05:00
|
|
|
|
2000-11-21 14:09:59 -05:00
|
|
|
MAINTAINER= ijliao@csie.nctu.edu.tw
|
1999-12-25 16:51:44 -05:00
|
|
|
|
2000-01-08 04:26:51 -05:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 400010
|
2000-11-16 08:14:26 -05:00
|
|
|
LIB_DEPENDS= ncurses.5:${PORTSDIR}/devel/ncurses
|
2000-01-08 17:00:24 -05:00
|
|
|
CFLAGS+= -nostdinc -I${LOCALBASE}/include/ncurses -I${LOCALBASE}/include\
|
|
|
|
-I/usr/include
|
2000-01-08 04:26:51 -05:00
|
|
|
.endif
|
|
|
|
|
1999-12-25 16:51:44 -05:00
|
|
|
USE_GMAKE= yes
|
2000-11-21 14:09:59 -05:00
|
|
|
HAS_CONFIGURE= yes
|
1999-12-25 16:51:44 -05:00
|
|
|
|
2000-01-08 04:26:51 -05:00
|
|
|
.include <bsd.port.post.mk>
|