1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/ebuttons/Makefile

32 lines
603 B
Makefile
Raw Normal View History

# New ports collection makefile for: E-Buttons 0.2
# Version required: 0.2
# Date created: 30 March 2000
# Whom: jhb
#
# $FreeBSD$
DISTNAME= E-buttons-0.2
PKGNAME= E-Buttons-0.2
CATEGORIES= x11
MASTER_SITES= http://www.moodfarm.demon.co.uk/download/
EXTRACT_SUFX= .tgz
MAINTAINER= jhb@FreeBSD.org
LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
WRKSRC= ${WRKDIR}/E-buttons
USE_X_PREFIX= yes
pre-patch:
${CP} ${FILESDIR}/Makefile ${WRKSRC}
pre-build:
@(cd ${WRKSRC} && ${MAKE} clean)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/E-Buttons.epplet ${PREFIX}/bin
.include <bsd.port.mk>