mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
891d746874
all xorg-libraries, there's no need to bump PORTREVISION for now. Approved by: portmgr (self)
31 lines
637 B
Makefile
31 lines
637 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_XORG= xbitmaps xpm xmu
|
|
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>
|