1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/x11/efancylauncher/Makefile
John Baldwin 5754f0ce52 E-FancyLauncher is an epplet that is an advanced button bar used to launch
other applications.  It features tooltips and pixmaps for each button as
well as optional transparency.
2000-03-31 18:28:30 +00:00

28 lines
516 B
Makefile

# New ports collection makefile for: E-FancyLauncher
# Version required: 0.7
# Date created: 30 March 2000
# Whom: jhb
#
# $FreeBSD$
DISTNAME= E-FancyLauncher-0.7
CATEGORIES= x11
MASTER_SITES= http://www.docs.uu.se/~adavid/Epplets/
EXTRACT_SUFX= .tgz
MAINTAINER= jhb@FreeBSD.org
LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
WRKSRC= ${WRKDIR}/E-FancyLauncher
USE_GMAKE= yes
USE_X_PREFIX= yes
ALL_TARGET= clean all
post-patch:
( cd ${WRKSRC} ; ${MV} makefile Makefile )
.include <bsd.port.mk>