blob: 5730be03c62212458c4387ef0d2456541d5eaac9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
PORTNAME= xsnow
PORTVERSION= 3.5.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
LIB_DEPENDS= libgsl.so:math/gsl
USES= compiler:c11 gmake gnome pkgconfig xorg
USE_GNOME= cairo gdkpixbuf2 glib20 gtk30 libxml2
USE_XORG= x11 xext xpm xt xorgproto
GNU_CONFIGURE= yes
PLIST_FILES= bin/xsnow man/man6/xsnow.6.gz \
share/applications/xsnow.desktop \
share/metainfo/xsnow.appdata.xml \
share/pixmaps/xsnow.svg
post-patch:
@${REINPLACE_CMD} \
-e 's,/games,/bin,g' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>
|