freebsd-ports/x11-wm/tvtwm/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

24 lines
460 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
PLIST_FILES= bin/tvtwm
.include <bsd.port.mk>