mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
e32a824579
All autotools ports are now truly versioned and do not conflict with each other. This marks the end of "Phase 1" of the autotools updates.
23 lines
561 B
Makefile
23 lines
561 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}
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= Ncurses-based console plugin for Licq
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
LIBS="${PTHREAD_LIBS}"
|
|
LICQ_PORT?= net/licq
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|