1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/x11/xsnow/Makefile
Chris Hutchinson 4f1440dda3 x11/*: Move manpages to share/man
Approved by:	portmgr (blanket)
2024-03-07 11:51:30 +03:00

36 lines
770 B
Makefile

PORTNAME= xsnow
PORTVERSION= 3.7.6
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF/${PORTNAME}/
MAINTAINER= fluffy@FreeBSD.org
COMMENT= Create a snowy and Santa-y desktop
WWW= https://www.ratrabbit.nl/ratrabbit/xsnow/
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libgsl.so:math/gsl \
libxkbcommon.so:x11/libxkbcommon
USES= compiler:c11 gmake gnome pkgconfig xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2
USE_XORG= x11 xext xinerama xpm xt xtst xorgproto
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= NLS
OPTIONS_DEFAULT= NLS
OPTIONS_SUB= yes
NLS_USES= gettext-tools
NLS_CONFIGURE_ENABLE= nls
post-patch:
@${REINPLACE_CMD} \
-e 's,/games,/bin,g' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>