freebsd-ports/games/golly/Makefile
Max Brazhnikov ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00

22 lines
497 B
Makefile

# $FreeBSD$
PORTNAME= golly
PORTVERSION= 2.4
DISTVERSIONSUFFIX= -src
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= makc@FreeBSD.org
COMMENT= Conway's Game of Life and other cellular automata
USES= cmake:outsource
USE_PERL5= yes
USE_PYTHON= 2.7+
USE_WX= 2.8+
MAKE_JOBS_SAFE= yes
DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
"${PREFIX}/bin/golly" "Education;" "true"
.include <bsd.port.mk>