1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-04 22:33:27 +00:00
freebsd-ports/irc/kvirc-devel/Makefile
Thomas Gellekum adb1665eca Fix PLIST for -stable. I don't get the same PLIST error that bento
shows; it.mo is installed correctly on my system.

PR:		16996
Submitted by:	Will Andrews <andrews@technologist.com>
2000-03-10 13:27:34 +00:00

27 lines
666 B
Makefile

# New ports collection makefile for: kvirc
# Version required: 1.0.0
# Date created: Mon Feb 15 02:53:29 CET 1999
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
DISTNAME= kvirc-1.0.0
CATEGORIES= irc
MASTER_SITES= ftp://ftp.kvirc.bz.nu/pub/mirror/kvirc/ \
http://www.kvirc.org/
MAINTAINER= andrews@technologist.com
USE_QT2= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
CONFIGURE_ARGS= --x-includes=$(X11BASE)/include --x-libraries=$(X11BASE)/lib \
--datadir=$(PREFIX)/share --with-qt-moc=${X11BASE}/bin/moc2 \
--with-qt-include-dir=${X11BASE}/include/qt2 \
--with-qt-library-dir=${X11BASE}/lib
USE_LIBTOOL= yes
.include <bsd.port.mk>