aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-18 19:18:57 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-18 19:25:55 +0000
commit010a7125b0ef6c5f401ffc3e80aff0371e05cf88 (patch)
tree034ddefe552256abd5453d512bcb541f6930c6f7
parent8c3c32bc0e8b02a7312e16e3429c265f60f34209 (diff)
downloadports-010a7125b0ef6c5f401ffc3e80aff0371e05cf88.tar.gz
ports-010a7125b0ef6c5f401ffc3e80aff0371e05cf88.zip
games/falconseye: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--games/falconseye/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/falconseye/Makefile b/games/falconseye/Makefile
index af60f47113c3..1e99a46a0c74 100644
--- a/games/falconseye/Makefile
+++ b/games/falconseye/Makefile
@@ -12,7 +12,8 @@ COMMENT= NetHack derivative
RUN_DEPENDS= timidity:audio/timidity
-USES= ncurses perl5 sdl xorg zip
+USES= cpe ncurses perl5 sdl xorg zip
+CPE_VENDOR= ${PORTNAME}_project
DATADIR= ${PREFIX}/share/falconseyedir
MAKE_ENV= NHDIR="${DATADIR}" NETHACKCONFIG="${NETHACKCONFIG}"
MAKE_ARGS= WINTTYLIB="-lncurses"