mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
57734edbdb
- Update to 0.0.10 - Allow staging - Convert lib depends to new format PR: ports/183631 Submitted by: Olivier Cochard-Labbe <olivier cochard.me> (maintainer)
30 lines
614 B
Makefile
30 lines
614 B
Makefile
# 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>
|