aboutsummaryrefslogtreecommitdiffstats
path: root/x11/deforaos-libdesktop/Makefile
blob: 96e03ee738fb18cad0be6314119e4c57e62caa8c (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
24
25
26
27
28
29
# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$

PORTNAME=   libdesktop
PORTVERSION=    0.0.10
CATEGORIES= x11
MASTER_SITES=   http://www.defora.org/os/download/download/4293/
PKGNAMEPREFIX=  deforaos-
DISTNAME=   libDesktop-${PORTVERSION}

MAINTAINER= olivier@cochard.me
COMMENT=    DeforaOS desktop library

LICENSE=    GPLv3

LIB_DEPENDS=    libSystem.so:${PORTSDIR}/devel/deforaos-libsystem

USE_GNOME=  gtk20
USES=       pkgconfig
USE_LDCONFIG=   yes
MAKE_ARGS+= PREFIX=${PREFIX}

MAKE_JOBS_UNSAFE=   yes

post-patch:
    ${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
        ${WRKSRC}/data/pkgconfig.sh

.include <bsd.port.mk>