mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
050ac776e4
- Regenerate patches with `make makepatch`
29 lines
576 B
Makefile
29 lines
576 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
|
|
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>
|