Index: head/games/bygfoot/Makefile =================================================================== --- head/games/bygfoot/Makefile (revision 546721) +++ head/games/bygfoot/Makefile (revision 546722) @@ -1,26 +1,31 @@ # Created by: Pav Lucistnik # $FreeBSD$ PORTNAME= bygfoot PORTVERSION= 2.2.1 PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} DISTNAME= ${PORTNAME}-${PORTVERSION}-source MAINTAINER= ports@FreeBSD.org COMMENT= Football (soccer) management game LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING # needed to save/load games RUN_DEPENDS= zip:archivers/zip USES= gettext gnome pkgconfig tar:bzip2 GNU_CONFIGURE= yes USE_GNOME= gtk20 CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm +CFLAGS+= -fcommon + +EXPIRATION_DATE= 2020-09-30 +DEPRECATED= Unmaintained and dead upstream + .include