1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/x11/xdtm/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- 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).
2009-01-23 16:28:36 +00:00

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>