summaryrefslogtreecommitdiff
path: root/emulators/peace/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
committeragc <agc@pkgsrc.org>2004-01-20 12:07:06 +0000
commitdc52048e014fdad9bb69ef9db159835a61c8dd4d (patch)
tree28fc431efa48feea798736cefee933a6529a5c91 /emulators/peace/Makefile
parent46eceba7253d40f1643bc06f73cc7fd2148c2e8e (diff)
downloadpkgsrc-dc52048e014fdad9bb69ef9db159835a61c8dd4d.tar.gz
Move WRKSRC definition away from the first paragraph in a Makefile.
Diffstat (limited to 'emulators/peace/Makefile')
-rw-r--r--emulators/peace/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/peace/Makefile b/emulators/peace/Makefile
index 049e671969a..b0e91941bac 100644
--- a/emulators/peace/Makefile
+++ b/emulators/peace/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2003/09/25 09:19:28 dmcmahill Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/20 12:14:41 agc Exp $
#
PEACE_VERSION= 20030919
DISTNAME= peace-0.0.${PEACE_VERSION}
SITES_peace-20030919.tar.gz=http://cvs.kshosen.ac.jp/PEACE/src/
-WRKSRC= ${WRKDIR}/peace
CATEGORIES= emulators
MAINTAINER= peace-sacrifice@hauN.org
@@ -21,6 +20,8 @@ DEPENDS+= icu>=2.4nb1:../../textproc/icu
BUILD_DEPENDS= cross-i386-netbsdpe>=1.3:../../cross/i386-netbsdpe
BUILD_DEPENDS+= w32api>=2.4:../../devel/w32api
BUILD_DEPENDS+= x11-links-*:../../pkgtools/x11-links
+
+WRKSRC= ${WRKDIR}/peace
CPPFLAGS+= -I${WRKDIR}/cross/i386-netbsdpe/include \
-I${WRKDIR}/cross/i386-netbsdpe/include/c++
LDFLAGS= -L${WRKSRC}/lib