diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:38:46 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-29 19:38:46 +0000 |
commit | c1b2df19f711b6dbd781e190317dee61a350ea84 (patch) | |
tree | d044ef7dadd2c2cd24d767bf8ae6a6996535ff51 | |
parent | 37b3a7f2aea84dcfe5dfd44d960ab555117978eb (diff) | |
download | ports-c1b2df19f711b6dbd781e190317dee61a350ea84.tar.gz ports-c1b2df19f711b6dbd781e190317dee61a350ea84.zip |
games/0verkill: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | games/0verkill/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/0verkill/Makefile b/games/0verkill/Makefile index 88b354976fa7..e763cccb8794 100644 --- a/games/0verkill/Makefile +++ b/games/0verkill/Makefile @@ -13,6 +13,8 @@ COMMENT= Bloody 2D action deathmatch-like game in ASCII art LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/doc/COPYING +USES= cpe + GNU_CONFIGURE= yes OPTIONS_DEFINE= X11 DOCS |