Skip to content

Commit

Permalink
x11-wm/tinywm: Update WWW
Browse files Browse the repository at this point in the history
- Add LICENSE
- Utilize OPTIONSNG
- Pet portclippy
- Adopt port
  • Loading branch information
5u623l20 committed Dec 18, 2023
1 parent a79b07d commit 56898a1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
19 changes: 12 additions & 7 deletions x11-wm/tinywm/Makefile
@@ -1,26 +1,31 @@
PORTNAME= tinywm
PORTVERSION= 1.3
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= x11-wm
MASTER_SITES= http://incise.org/files/dev/
EXTRACT_SUFX= .tgz

MAINTAINER= ports@FreeBSD.org
MAINTAINER= bofh@FreeBSD.org
COMMENT= Ridiculously tiny window manager
WWW= http://freshmeat.net/projects/tinywm/?branch_id=55633&release_id=184175
WWW= http://incise.org/tinywm.html

OPTIONS_DEFINE= DOCS
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/COPYING

PLIST_FILES= bin/tinywm
USES= xorg
USES= xorg tar:tgz
USE_XORG= x11

PLIST_FILES= bin/tinywm
PORTDOCS= README

OPTIONS_DEFINE= DOCS

post-patch:
@${REINPLACE_CMD} -e 's|CC)|CC) ${CFLAGS}|' ${WRKSRC}/Makefile

do-install:
${INSTALL_PROGRAM} ${WRKSRC}/tinywm ${STAGEDIR}${PREFIX}/bin

do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}

Expand Down
1 change: 1 addition & 0 deletions x11-wm/tinywm/distinfo
@@ -1,2 +1,3 @@
TIMESTAMP = 1702821641
SHA256 (tinywm-1.3.tgz) = 51b6e9c8e8d93d71bc7250e885eb98824b725f54b17606f59fe952437e7004d8
SIZE (tinywm-1.3.tgz) = 5028

0 comments on commit 56898a1

Please sign in to comment.