diff options
author | vs <vs@FreeBSD.org> | 2005-04-29 17:30:33 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-29 17:30:33 +0800 |
commit | a408c583839d7e0c886d3077d0b304e8849717ed (patch) | |
tree | d56dc9f86dcb6c8e38a21e1744f6a31938e6a091 /games/oonsoo/Makefile | |
parent | ab01754ae814671ecd2c5313a22166248dcf50cd (diff) | |
download | freebsd-ports-gnome-a408c583839d7e0c886d3077d0b304e8849717ed.tar.gz freebsd-ports-gnome-a408c583839d7e0c886d3077d0b304e8849717ed.tar.zst freebsd-ports-gnome-a408c583839d7e0c886d3077d0b304e8849717ed.zip |
Use MAKE_ARGS, MAKEFILE
Diffstat (limited to 'games/oonsoo/Makefile')
-rw-r--r-- | games/oonsoo/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/oonsoo/Makefile b/games/oonsoo/Makefile index 2835bc5b572a..66c277704943 100644 --- a/games/oonsoo/Makefile +++ b/games/oonsoo/Makefile @@ -16,9 +16,10 @@ COMMENT= A solitaire card game for X PLIST_FILES= bin/oonsoo USE_XLIB= yes - -pre-patch: - @${CP} ${WRKSRC}/Makefile.Linux ${WRKSRC}/Makefile +MAKEFILE= Makefile.Linux +MAKE_ARGS= CC="${CXX}" CPPFLAGS="${CXXFLAGS} -ansi" \ + SYS_INCLUDE="-I${X11BASE}/include" \ + SYS_LIBS="-L${X11BASE}/lib -lX11" do-install: ${INSTALL_PROGRAM} ${WRKSRC}/oonsoo ${PREFIX}/bin |