mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# New ports collection makefile for: xdtm
|
|
# Date created: 26th April 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdtm
|
|
PORTVERSION= 2.5.8
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A graphical shell for the X Window System
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xaw
|
|
WRKSRC= ${WRKDIR}/xdtm
|
|
MAN1= xdtm.1
|
|
|
|
.include <bsd.port.mk>
|