mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
21646392b0
- Use new LIB_DEPENDS syntax - Use options helpers - Convert to USES - Minor changes/fixes
21 lines
468 B
Makefile
21 lines
468 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 perl5
|
|
USE_PYTHON= 2.7+
|
|
USE_WX= 2.8+
|
|
|
|
DESKTOP_ENTRIES= "Golly" "${COMMENT}" "${PREFIX}/share/pixmaps/golly.xpm" \
|
|
"${PREFIX}/bin/golly" "Education;" "true"
|
|
|
|
.include <bsd.port.mk>
|