diff options
Diffstat (limited to 'x11-wm/tvtwm/Makefile')
-rw-r--r-- | x11-wm/tvtwm/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/x11-wm/tvtwm/Makefile b/x11-wm/tvtwm/Makefile index 0f50e2e40cfa..e2799fb57905 100644 --- a/x11-wm/tvtwm/Makefile +++ b/x11-wm/tvtwm/Makefile @@ -3,15 +3,18 @@ # Date created: 5th December 1994 # Whom: gpalmer # -# $Id: Makefile,v 1.5 1995/03/06 01:59:35 gpalmer Exp $ +# $Id: Makefile,v 1.6 1995/04/01 12:51:14 jkh Exp $ # DISTNAME= tvtwm -DISTFILES= tvtwm.pl11.tar.gz -USE_IMAKE= yes -MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ +PKGNAME= tvtwm-pl11 CATEGORIES+= x11 +MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ +DISTFILES= tvtwm.pl11.tar.gz + MAINTAINER= gpalmer@FreeBSD.ORG + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +USE_IMAKE= yes .include <bsd.port.mk> |