mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
2ea071deb8
- Update to 1.2.3 - default config now prefix aware - Update PKG_MESSAGE for gtk plugin licq-qt-gui: - Update to 1.2.3 licq-console: - Update to 1.2.3 - user newer autoconf/automake licq-jons-gtk-gui: - Update to 1.2.3 (0.20.1)
23 lines
535 B
Makefile
23 lines
535 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
|
|
|
|
USE_AUTOCONF_VER= 253
|
|
USE_AUTOMAKE_VER= 15
|
|
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
|
|
LIBS="${PTHREAD_LIBS}"
|
|
INCDIR= ${PORTSDIR}/net
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include "${INCDIR}/licq/Makefile.inc"
|
|
.include <bsd.port.post.mk>
|