summaryrefslogtreecommitdiffstats
path: root/qnetchess/Makefile.FreeBSD
diff options
context:
space:
mode:
Diffstat (limited to 'qnetchess/Makefile.FreeBSD')
-rw-r--r--qnetchess/Makefile.FreeBSD14
1 files changed, 14 insertions, 0 deletions
diff --git a/qnetchess/Makefile.FreeBSD b/qnetchess/Makefile.FreeBSD
new file mode 100644
index 00000000..bf8df640
--- /dev/null
+++ b/qnetchess/Makefile.FreeBSD
@@ -0,0 +1,14 @@
+# $Id: Makefile.FreeBSD,v 0.1 2004/08/21 12:11:49 denis Exp $
+
+PROG= QNetChess
+NO_MAN= noman
+SRCS= main.cpp mainwindow.cpp gamesocket.cpp gameboard.cpp
+MOCS= mainwindow.h gamesocket.h gameboard.h
+LOCALE_FILE= ${PROG}_ru
+DFLAGS= -DLOCALE_FILE=\"${LOCALE_FILE}\"
+CFLAGS+= -W -Wall -Werror ${DFLAGS}
+LDADD+= -L${X11BASE}/lib
+
+
+.include "qt.FreeBSD.mk"
+.include <bsd.prog.mk>