freebsd-ports/x11-wm/skippy/Makefile
Stanislav Sedov 9a2e4c8b78 - Update enlightenment-devel and EFL libraries to the latest snapshot
- Deprecate old unsupported apps and modules (entice, devian, eveil, engage)
- Split evas and ecore to separate modules to handle dependencies properly
- Disable PAM in enlightenment-devel as it don't work anyway (requires root
  privilegies)
- Add DBUS support.

Thanks to:	az
2008-03-11 21:13:53 +00:00

43 lines
993 B
Makefile

# New ports collection makefile for: skippy
# Date created: 2004-05-15
# Whom: michael johnson <ahze@ahze.net>
#
# $FreeBSD$
#
PORTNAME= skippy
PORTVERSION= 0.5.0
PORTREVISION= 5
CATEGORIES= x11-wm
MASTER_SITES= http://thegraveyard.org/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= A full-screen X11 task-switcher like Apple's Expose
LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft
USE_XLIB= yes
USE_BZIP2= yes
USE_GNOME= pkgconfig
USE_EFL= imlib2
PLIST_FILES= bin/skippy \
%%DATADIR%%/skippyrc-default
PLIST_DIRS= %%DATADIR%%
PKGMESSAGE= ${WRKDIR}/pkg-message
post-patch:
@${REINPLACE_CMD} -e 's|/usr/X11R6|${X11BASE}|; \
s|/usr/local|${LOCALBASE}|; s|gcc|${CC}|' \
${WRKSRC}/Makefile
post-build:
@${SED} 's|%%DATADIR%%|${DATADIR}|' ${PKGDIR}/pkg-message >${PKGMESSAGE}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/skippy ${PREFIX}/bin
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/skippyrc-default ${DATADIR}
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>