blob: 2535aa02674dc2c92a11d46ee31b82f044ffe020 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: xdtm
# Version required: 2.5.5
# Date created: 26th April 1995
# Whom: gpalmer
#
# $Id$
#
DISTNAME= xdtm-2.5.5
CATEGORIES+= x11
MASTER_SITES= ftp://ftp.x.org/contrib/applications/xdtm/
MAINTAINER= gpalmer@FreeBSD.ORG
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
WRKSRC= ${WRKDIR}/xdtm
.include <bsd.port.mk>
|