aboutsummaryrefslogtreecommitdiffstats
path: root/net/licq-qt-gui/Makefile
blob: 02ccc76acea529ead087220f15bb314b50e2f075 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:    qt-gui-licq
# Date created:                         18 October 2000
# Whom:                                 Jeremy Norris <ishmael272home.com>
#
# $FreeBSD$
#

PORTNAME=   qt-gui
PORTVERSION=    ${QT_LICQ_VER}
CATEGORIES= net

MAINTAINER= dinoex@FreeBSD.org

USE_QT_VER= 3
CONFIGURE_ENV=  CPPFLAGS="${PTHREAD_CFLAGS}" \
        LIBS="${PTHREAD_LIBS}"
INCDIR=     ${PORTSDIR}/net

post-install:
    ${RM} -rf ${PREFIX}/share/licq/qt-gui/locale
.if exists(${X11BASE}/bin/XFree86)
    @${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.pre.mk>
.include "${INCDIR}/licq/Makefile.inc"
.include <bsd.port.post.mk>