mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
34 lines
713 B
Makefile
34 lines
713 B
Makefile
PORTNAME= xsnow
|
|
PORTVERSION= 3.7.4
|
|
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
|
|
|
|
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>
|