mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
d6d1289492
- Upstream last release was in 2001 - Reconsider using x11-wm/vtwm - No available WWW - Set EXPIRATION_DATE 2024-01-17 - Pet portclippy
31 lines
645 B
Makefile
31 lines
645 B
Makefile
PORTNAME= tvtwm
|
|
PORTVERSION= pl11
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= XCONTRIB/window_managers
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Twm with a virtual desktop
|
|
|
|
LICENSE= MIT
|
|
|
|
DEPRECATED= Upstream last release was in 2001 reconsider using vtwm
|
|
EXPIRATION_DATE= 2024-01-17
|
|
|
|
USES= imake xorg
|
|
USE_XORG= xbitmaps xpm xmu
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
WRKSRC= ${WRKDIR}/tvtwm
|
|
|
|
PLIST_FILES= bin/tvtwm \
|
|
man/man1/tvtwm.1.gz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1
|
|
|
|
.include <bsd.port.mk>
|