1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/x11/xsnow/Makefile
Dima Panov beea38d97e x11/xsnow: update to 3.3.1 release
* fix issues with LXDE desktop and xscreensaver
2021-08-30 03:59:40 +10:00

28 lines
591 B
Makefile

# Created by: jmz
PORTNAME= xsnow
PORTVERSION= 3.3.1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Create a snowy and Santa-y desktop
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c11 gmake gnome pkgconfig xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2
USE_XORG= x11 xpm xt xorgproto
GNU_CONFIGURE= yes
PLIST_FILES= bin/xsnow man/man6/xsnow.6.gz \
share/applications/xsnow.desktop \
share/pixmaps/xsnow.svg
post-patch:
@${REINPLACE_CMD} \
-e 's,/games,/bin,g' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>