mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
32 lines
642 B
Makefile
32 lines
642 B
Makefile
# New ports collection makefile for: tvtwm
|
|
# Date created: 5th December 1994
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= tvtwm
|
|
PORTVERSION= pl11
|
|
PORTREVISION= 1
|
|
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
|
|
USE_XORG= xbitmaps
|
|
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>
|