summaryrefslogtreecommitdiff
path: root/x11/dxpc/Makefile
blob: 36ac7b11f590fdc587dceabe50ddccd37c43bcb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:	dxpc
# Version required:     3.7.0
# Date created:		2 May 1998
# Whom:			Bruce A. Mah <bmah@ca.sandia.gov>
#
# $Id$
#

DISTNAME=       dxpc-3.7.0
CATEGORIES=	x11
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR=	utilities

MAINTAINER=	bmah@ca.sandia.gov

MAN1=		dxpc.1

GNU_CONFIGURE=	yes
USE_X11=	yes

post-install:
	strip ${PREFIX}/bin/dxpc

.include <bsd.port.mk>