blob: ac10d592e96fbe53610d583f5337fd230dd58677 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
# $MCom$
PORTNAME= gnome-backgrounds
PORTVERSION= 3.6.1
CATEGORIES= x11-themes graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= Collection of backgrounds for GNOME
USE_XZ= yes
USES= gettext gmake pathfix
GNU_CONFIGURE= yes
USE_GNOME= gnomeprefix intlhack
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.mk>
|