2013-04-23 14:20:25 +00:00
|
|
|
# Created by: Jean-Yves Lefort <jylefort@brutele.be>
|
2004-06-14 20:46:14 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2005-05-10 00:38:25 +00:00
|
|
|
PORTNAME= devilspie
|
2008-05-22 00:49:27 +00:00
|
|
|
PORTVERSION= 0.22
|
2012-06-01 05:26:28 +00:00
|
|
|
PORTREVISION= 6
|
2005-05-10 00:38:25 +00:00
|
|
|
CATEGORIES= x11-wm
|
|
|
|
MASTER_SITES= http://www.burtonini.com/computing/
|
2004-06-14 20:46:14 +00:00
|
|
|
|
2008-04-29 05:11:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2005-05-10 00:38:25 +00:00
|
|
|
COMMENT= A window manipulation tool
|
2004-06-14 20:46:14 +00:00
|
|
|
|
2011-08-11 19:20:17 +00:00
|
|
|
USE_GNOME= libwnck
|
2005-05-10 00:38:25 +00:00
|
|
|
USE_GMAKE= yes
|
2008-05-22 00:49:27 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2013-04-24 07:35:40 +00:00
|
|
|
USES= pkgconfig gettext
|
2011-09-23 22:26:39 +00:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2004-06-14 20:46:14 +00:00
|
|
|
|
2005-05-10 00:38:25 +00:00
|
|
|
MAN1= devilspie.1
|
2005-10-05 01:51:54 +00:00
|
|
|
PORTDOCS= AUTHORS NEWS README TODO
|
2008-05-22 00:49:27 +00:00
|
|
|
PLIST_FILES= bin/devilspie \
|
|
|
|
share/locale/de/LC_MESSAGES/devilspie.mo
|
2005-10-05 01:51:54 +00:00
|
|
|
|
2013-09-21 00:01:16 +00:00
|
|
|
NO_STAGE= yes
|
2005-10-05 01:51:54 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
|
|
|
|
${WRKSRC}/src/Makefile.in
|
2005-02-06 12:57:00 +00:00
|
|
|
|
2004-06-14 20:46:14 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
2005-10-05 01:51:54 +00:00
|
|
|
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
2004-06-14 20:46:14 +00:00
|
|
|
.endif
|
|
|
|
|
2011-11-01 20:46:07 +00:00
|
|
|
.include <bsd.port.mk>
|