diff options
author | trevor <trevor@FreeBSD.org> | 2002-05-26 11:33:32 +0000 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2002-05-26 11:33:32 +0000 |
commit | 9a67a1666cd078f26091f82ae4eabf7648511cf3 (patch) | |
tree | c96b3339c742c0235d2521f875f328b361cad497 /x11-wm | |
parent | db3b3e5f55a1e7a401e8f58be80c312553b38864 (diff) | |
download | FreeBSD-ports-9a67a1666cd078f26091f82ae4eabf7648511cf3.zip FreeBSD-ports-9a67a1666cd078f26091f82ae4eabf7648511cf3.tar.gz |
Add new port of Jewel 0.12.26, M.J. Ray's fork of aewm++.
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/jewel/Makefile | 48 | ||||
-rw-r--r-- | x11-wm/jewel/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/jewel/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/jewel/pkg-descr | 4 |
5 files changed, 55 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 1aaa186..9ec7531a 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -43,6 +43,7 @@ SUBDIR += icepref SUBDIR += icewm SUBDIR += ion + SUBDIR += jewel SUBDIR += kappdock SUBDIR += kdeartwork SUBDIR += kdeartwork3 diff --git a/x11-wm/jewel/Makefile b/x11-wm/jewel/Makefile new file mode 100644 index 0000000..b4f18c7 --- /dev/null +++ b/x11-wm/jewel/Makefile @@ -0,0 +1,48 @@ +# New ports collection makefile for: jewel +# Date created: 2002-05-26 +# Whom: trevor +# based in part on the aewm++ port by ijliao +# +# $FreeBSD$ +# + +PORTNAME= jewel +PORTVERSION= 0.12.26 +CATEGORIES= x11-wm +MASTER_SITES= http://www.mjr.dsl.pipex.com/comp/ + +MAINTAINER= trevor@FreeBSD.org + +ALL_TARGET= aewm++ +DOCDIR= share/doc/${PORTNAME} +DOCS= Changelog Changelog.DLR Changelog.jewel INSTALL LICENSE README +PLIST= ${WRKDIR}/pkg-plist +USE_X_PREFIX= yes +USE_GMAKE= yes +#CXXFLAGS+= -I${X11BASE}/include +#LIBS+= -L${X11BASE}/lib + +post-patch: + @${PERL} -pi -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g ; \ + s,^prefix,#prefix,g ; s,prefix,PREFIX,g ; \ + s,CC,CXX,g ; s,CFLAGS,CXXFLAGS,g" ${WRKSRC}/Makefile + +pre-install: + ${ECHO_CMD} bin/jewel > ${PLIST} +.if !defined(NOPORTDOCS) +.for ii in ${DOCS} + ${ECHO_CMD} ${DOCDIR}/${ii} >> ${PLIST} +.endfor + ${ECHO_CMD} @dirrm ${DOCDIR} >> ${PLIST} +.endif + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/aewm++ ${PREFIX}/bin/jewel +.if !defined(NOPORTDOCS) + ${MKDIR} ${PREFIX}/${DOCDIR} +.for ii in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${ii} ${PREFIX}/${DOCDIR} +.endfor +.endif + +.include <bsd.port.mk> diff --git a/x11-wm/jewel/distinfo b/x11-wm/jewel/distinfo new file mode 100644 index 0000000..b203678 --- /dev/null +++ b/x11-wm/jewel/distinfo @@ -0,0 +1 @@ +MD5 (jewel-0.12.26.tar.gz) = 1deb35a25b9e1efa920bd5def653a96f diff --git a/x11-wm/jewel/pkg-comment b/x11-wm/jewel/pkg-comment new file mode 100644 index 0000000..f4301a3 --- /dev/null +++ b/x11-wm/jewel/pkg-comment @@ -0,0 +1 @@ +Window manager based on aewm++ diff --git a/x11-wm/jewel/pkg-descr b/x11-wm/jewel/pkg-descr new file mode 100644 index 0000000..0950872 --- /dev/null +++ b/x11-wm/jewel/pkg-descr @@ -0,0 +1,4 @@ +Jewel is a window manager based upon aewm++. It is meant as a +platform for more vigorous addition of new features. + +WWW: http://www.mjr.dsl.pipex.com/xwinman.html#jewel |