f7527a57e5
Correct WWW. Approved by: maintainer
28 lines
632 B
Makefile
28 lines
632 B
Makefile
# New ports collection makefile for: psi
|
|
# Date created: Wed May 1 20:27:23 NZST 2002
|
|
# Whom: jonc@chen.org.nz
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= psi
|
|
PORTVERSION= 0.9.1
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= jonc@chen.org.nz
|
|
COMMENT= A Qt-based Jabber client
|
|
|
|
HAS_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
USE_QT_VER= 3
|
|
CONFIGURE_ENV= QTDIR=${X11BASE} \
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
MAKE_ARGS+= QTDIR=${X11BASE} \
|
|
QMAKESPEC=${LOCALBASE}/share/qt/mkspecs/freebsd-g++
|
|
|
|
.include <bsd.port.mk>
|