blob: 019303314e0fa984eb25016f26313b9cef058507 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: E-Buttons 0.2
# Date created: 30 March 2000
# Whom: jhb
#
# $FreeBSD$
#
PORTNAME= E-buttons
PORTVERSION= 0.2
CATEGORIES= x11
MASTER_SITES= http://www.moodfarm.demon.co.uk/download/
EXTRACT_SUFX= .tgz
MAINTAINER= jhb@FreeBSD.org
COMMENT= A simple epplet that contains several buttons used to launch programs
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>
|