mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
29 lines
581 B
Makefile
29 lines
581 B
Makefile
# Created by: gpalmer
|
|
# $FreeBSD$
|
|
|
|
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
|
|
|
|
WRKSRC= ${WRKDIR}/tvtwm
|
|
USES= imake xorg
|
|
USE_XORG= xbitmaps xpm xmu
|
|
PLIST_FILES= bin/tvtwm \
|
|
man/man1/tvtwm.1.gz
|
|
|
|
CFLAGS+= -Wno-return-type
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${STAGEDIR}${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${STAGEDIR}${MANPREFIX}/man/man1/tvtwm.1
|
|
|
|
.include <bsd.port.mk>
|