freebsd-ports/games/bygfoot/Makefile
Danilo Egea Gondolfo 5fec19f3cd - Add stage support
2013-10-30 06:35:35 +00:00

26 lines
602 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
# needed to save/load games
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
unzip:${PORTSDIR}/archivers/unzip
USES= pkgconfig
GNU_CONFIGURE= yes
USE_BZIP2= yes
USE_GNOME= gtk20
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} -lm
.include <bsd.port.mk>