06df180a9e
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
33 lines
736 B
Makefile
33 lines
736 B
Makefile
PORTNAME= garden-of-coloured-lights
|
|
PORTVERSION= 1.0.9
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= SF/garden/garden/${PORTVERSION}/
|
|
DISTNAME= garden-${PORTVERSION}
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Old school 2D vertical shoot-em-up with some innovative elements
|
|
WWW= https://garden.sourceforge.net/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= liballeg.so:devel/allegro
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= desktop-file-utils gnome localbase
|
|
|
|
DATADIR= ${PREFIX}/share/garden
|
|
|
|
PORTDOCS= AUTHORS ChangeLog NEWS README
|
|
PORTDATA= *
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
.for f in ${PORTDOCS}
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|