mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
2abf26ecde
A simple epplet for launching arbitrary programs. PR: 19361 Submitted by: Kelly Yancey <kbyanc@posi.net>
22 lines
399 B
Makefile
22 lines
399 B
Makefile
# New ports collection makefile for: E-Run 1.2
|
|
# Date created: 17 June 2000
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= E-Run
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://void.mapopolis.com/~jacob/c0de/
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
LIB_DEPENDS= epplet.1:${PORTSDIR}/x11-wm/epplets
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
.include <bsd.port.mk>
|