mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
26 lines
552 B
Makefile
26 lines
552 B
Makefile
# New ports collection makefile for: lxappearance
|
|
# Date created: 2008/06/20
|
|
# Whom: chinsan
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= lxappearance
|
|
PORTVERSION= 0.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-themes gnome
|
|
MASTER_SITES= SF/lxde/LXAppearance
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A desktop-independent theme switcher for GTK+
|
|
|
|
USE_GNOME= gnomehack gtk20 intlhack
|
|
USE_GETTEXT= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
|
|
|
MAN1= lxappearance.1
|
|
|
|
.include <bsd.port.mk>
|