1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/net-im/licq-console/Makefile
Dirk Meyer 2ea071deb8 licq:
- 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)
2003-01-08 22:22:41 +00:00

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>