aboutsummaryrefslogtreecommitdiffstats
path: root/x11/bgs/Makefile
blob: 521987ba94b3e7c4a954547c2ef27a5a713ec150 (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
# New ports collection makefile for:  bgs
# Date created:                July 14, 2008
# Whom:                        Julien Laffaye <kimelto@gmail.com>
#
# $FreeBSD$
#

PORTNAME=   bgs
PORTVERSION=    0.3
CATEGORIES= x11
MASTER_SITES=   http://s01.de/~gottox/files/bgs/ \
        http://laffaye.free.fr/distfiles/

MAINTAINER= kimelto@gmail.com
COMMENT=    Simple X11 BackGround Setter using Imlib2

USE_XORG=   x11 xinerama
USE_EFL=    imlib2

MAN1=       bgs.1
PLIST_FILES=    bin/bgs

.include <bsd.port.mk>