diff options
author | John Baldwin <jhb@FreeBSD.org> | 2000-03-31 18:23:14 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2000-03-31 18:23:14 +0000 |
commit | 079dddae7a137687602cd6a8558bacb91fce040c (patch) | |
tree | 3cf0cf736d8689b35f09729c20531096d9fd5324 /x11/ebuttons/Makefile | |
parent | b148e9ca1d0a2be9f92b752086a612a5fca1dc41 (diff) |
Notes
Diffstat (limited to 'x11/ebuttons/Makefile')
-rw-r--r-- | x11/ebuttons/Makefile | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/x11/ebuttons/Makefile b/x11/ebuttons/Makefile new file mode 100644 index 000000000000..8ccdf8915c95 --- /dev/null +++ b/x11/ebuttons/Makefile @@ -0,0 +1,31 @@ +# 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> |