mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
24 lines
588 B
Makefile
24 lines
588 B
Makefile
# New ports collection makefile for: console-licq
|
|
# Date created: 18 October 2000
|
|
# Whom: Jeremy Norris <ishmael27@home.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= console
|
|
PORTVERSION= ${CONSOLE_LICQ_VER}
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Ncurses-based console plugin for Licq
|
|
|
|
USE_AUTOCONF_VER= 253
|
|
USE_AUTOMAKE_VER= 15
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
LIBS="${PTHREAD_LIBS}"
|
|
LICQ_PORT?= ${PORTSDIR}/net/licq
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${LICQ_PORT}/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|