mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
c90ee83f03
DRI drivers are incompatible with the old libGL in XFree86, they have been repocopied to graphics/xfree86-dri. Also note that with this commit the html manpages are going away, and with it the runtime dependency on perl for the imake port. Release notes at: http://www.x.org/X11R6.8.1/RELNOTES.txt Props to: kris (multiple cluster runs and sorting through logs) lesi (fixing all the issues in those logs, and more)
30 lines
607 B
Makefile
30 lines
607 B
Makefile
# New ports collection makefile for: tvtwm
|
|
# Date created: 5th December 1994
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tvtwm
|
|
PORTVERSION= pl11
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= window_managers
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Twm with a virtual desktop
|
|
|
|
WRKSRC= ${WRKDIR}/tvtwm
|
|
USE_IMAKE= yes
|
|
USE_XPM= yes
|
|
MAN1= tvtwm.1
|
|
MANCOMPRESSED= no
|
|
PLIST_FILES= bin/tvtwm
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/tvtwm ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/tvtwm.man ${MANPREFIX}/man/man1/tvtwm.1
|
|
|
|
.include <bsd.port.mk>
|