Use qt2 module

This commit is contained in:
espie 2001-08-27 10:07:12 +00:00
parent 3a45394359
commit 2607cb5fe6
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.3 2001/05/06 00:13:11 lebel Exp $
# $OpenBSD: Makefile,v 1.4 2001/08/27 10:07:12 espie Exp $
COMMENT= "graphical CVS front-end using QT2"
DISTNAME= lincvs_0.2.3
PKGNAME= ${DISTNAME:S/_/-/}
CATEGORIES= devel
NEED_VERSION= 1.402
NEED_VERSION= 1.447
MASTER_SITES= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/download/
HOMEPAGE= http://ppprs1.phy.tu-dresden.de/~trogisch/lincvs/lincvsen.html
@ -19,7 +19,7 @@ PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
LIB_DEPENDS= qt.2.::x11/qt2
MODULES= qt2
WRKDIST= ${WRKDIR}/LinCVS-0.2.3

View File

@ -1,5 +1,5 @@
--- Makefile.orig Fri Dec 3 16:45:01 1999
+++ Makefile Fri Mar 16 16:16:40 2001
+++ Makefile Mon Aug 27 11:42:28 2001
@@ -7,15 +7,14 @@
####### Compiler, tools and options
@ -13,12 +13,12 @@
+#CC = gcc
+#CXX = g++
+DEFS = -D_REENTRANT -DLINCVS_APP -DNO_DEBUG
+INCPATH = -I./include -I./res -I./themes/include -I./themes/res -I${LOCALBASE}/include/X11/qt2
+INCPATH = -I./include -I./res -I./themes/include -I./themes/res -I${MODQT_INCDIR}
+LINK = $(CXX)
LFLAGS =
-LIBS = -L$(QTDIR)/lib -lqt -L/usr/X11R6/lib -lXext -lX11 -lm
-MOC = moc
+LIBS = -L$(LOCALBASE)/lib/qt2 -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt -lXext -lX11 -lm
+LIBS = -L$(MODQT_LIBDIR) -L${LOCALBASE}/lib -L${X11BASE}/lib -lqt -lXext -lX11 -lm
+MOC = $(LOCALBASE)/bin/moc2
TAR = tar -cf