1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/net/centericq/Makefile
Ying-Chieh Liao 72e6d66a80 upgrade to 3.29.12
Noticed by:	Roman Shterenzon <roman@xpert.com>
2001-05-15 02:51:52 +00:00

29 lines
656 B
Makefile

# ex:ts=8
# New ports collection makefile for: centericq
# Date created: 25 December 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= centericq
PORTVERSION= 3.29.12
CATEGORIES= net
MASTER_SITES= http://konst.org.ua/download/
MAINTAINER= ijliao@FreeBSD.org
LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext
.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
GNU_CONFIGURE= yes
.include <bsd.port.post.mk>