1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/x11-wm/e-module-deskshow/Makefile
Mathieu Arnold 72ea7e696b Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:33:55 +00:00

25 lines
606 B
Makefile

# Created by: Stanislav Sedov <ssedov@mbsd.msk.ru>
# $FreeBSD$
PORTNAME= deskshow
PORTVERSION= 20130510
PORTREVISION= 2
CATEGORIES= x11-wm enlightenment
MASTER_SITES= LOCAL/gblach/e17/modules/
PKGNAMEPREFIX= e-module-
MAINTAINER= enlightenment@FreeBSD.org
COMMENT= Enlightenment module that minimizes windows to show the desktop
BUILD_DEPENDS= enlightenment:x11-wm/enlightenment
RUN_DEPENDS= enlightenment:x11-wm/enlightenment
DIST_SUBDIR= e17
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig tar:bzip2
INSTALL_TARGET= install-strip
.include "../enlightenment/Makefile.plist"
.include <bsd.port.mk>