freebsd-ports/games/bygfoot/Makefile
John Marino a56a4a3fa3 games/bygfoot: Remove redundant dependency on unzip
A dependency on unzip will never be registered since unzip is available
on all supported platforms (since FreeBSD 8.0).
2016-08-04 01:51:25 +00:00

26 lines
586 B
Makefile

# Created by: Pav Lucistnik <pav@FreeBSD.org>
# $FreeBSD$
PORTNAME= bygfoot
PORTVERSION= 2.2.1
PORTREVISION= 7
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 pkgconfig tar:bzip2
GNU_CONFIGURE= yes
USE_GNOME= gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib -lm
.include <bsd.port.mk>