aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/systempreferences/Makefile
blob: d198609b092d804e279462348b0bd6ae5226d492 (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
# $FreeBSD$

PORTNAME=   systempreferences
PORTVERSION=    1.2.0
PORTREVISION=   3
CATEGORIES= deskutils gnustep
MASTER_SITES=   ${MASTER_SITE_GNUSTEP}
MASTER_SITE_SUBDIR=usr-apps
DISTNAME=   SystemPreferences-${PORTVERSION}

MAINTAINER= theraven@FreeBSD.org
COMMENT=    System Preferences application for GNUstep

LICENSE=    GPLv2

USES=       gnustep
USE_GNUSTEP=    back build
DEFAULT_LIBVERSION= 1.0.0
USE_LDCONFIG=   ${GNUSTEP_SYSTEM_LIBRARIES}

MAKE_ENV+=  GNUSTEP_INSTALLATION_DOMAIN=SYSTEM

.include <bsd.port.mk>