blob: 68bbbbb12af6cbe49f85e8960da6037b836d4658 (
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: ports/trunk/x11-themes/gnome-backgrounds/Makefile 18610 2013-06-30 16:33:05Z marcus $
PORTNAME= gnome-backgrounds
PORTVERSION= 3.6.1
CATEGORIES= x11-themes graphics gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome3
MAINTAINER= gnome@FreeBSD.org
COMMENT= A 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>
|