diff options
Diffstat (limited to 'devel/fifechan/Makefile')
-rw-r--r-- | devel/fifechan/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/fifechan/Makefile b/devel/fifechan/Makefile index 651ec2b01c01..96cd776da742 100644 --- a/devel/fifechan/Makefile +++ b/devel/fifechan/Makefile @@ -3,16 +3,13 @@ PORTVERSION= 0.1.5 PORTREVISION= 1 CATEGORIES= devel games -MAINTAINER= fiziologus@gmail.com +MAINTAINER= danfe@FreeBSD.org COMMENT= Small, efficient C++ GUI library designed for games -WWW= http://fifengine.net/ +WWW= https://fifengine.github.io/fifechan/ LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/LICENSE.md -DEPRECATED= Outdated, unsupported upstream and development has slowed down considerbly for the last years -EXPIRATION_DATE=2025-06-30 - USES= cmake USE_LDCONFIG= yes |