freebsd-ports/x11/deforaos-libdesktop/Makefile
Ruslan Makhmatkhanov af6aa93ecc - update to 0.0.9
- make it PREFIX-safe

PR:		174830
Submitted by:	olivier@cochard.me (maintainer)
2013-01-03 15:44:56 +00:00

27 lines
588 B
Makefile

# Created by: Olivier Cochard-Labbe <olivier@cochard.me>
# $FreeBSD$
PORTNAME= libdesktop
PORTVERSION= 0.0.9
CATEGORIES= x11
MASTER_SITES= http://www.defora.org/os/download/download/4011/
DISTNAME= libDesktop-${PORTVERSION}
PKGNAMEPREFIX= deforaos-
MAINTAINER= olivier@cochard.me
COMMENT= DeforaOS desktop library
LICENSE= GPLv3
LIB_DEPENDS= System:${PORTSDIR}/devel/deforaos-libsystem
USE_GNOME= gtk20
USE_PKGCONFIG= build
USE_LDCONFIG= yes
MAKE_ARGS+= PREFIX=${PREFIX}
post-patch:
${REINPLACE_CMD} -e 's|/lib/|/libdata/|g' \
${WRKSRC}/data/pkgconfig.sh
.include <bsd.port.mk>