blob: 33664d737c24d3ab1aad07a71ee9137b6af70add (
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
|
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
# $FreeBSD$
PORTNAME= xwinwrap
PORTVERSION= 0.3
PORTREVISION= 4
CATEGORIES= x11
MASTER_SITES= LOCAL/vg
MAINTAINER= ports@FreeBSD.org
COMMENT= XWinWrap replace a desktop background with a movie or screensaver
WRKSRC= ${WRKDIR}/${PORTNAME}
ONLY_FOR_ARCHS= amd64 i386
USES= tar:bzip2
USE_XORG= x11 xorgproto xrender xext
PLIST_FILES= bin/${PORTNAME}
MAKE_ARGS+= PREFIX=${PREFIX}
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
MAKE_ARGS+= ARCH=x86_64
.endif
.include <bsd.port.post.mk>
|