1998-05-17 06:27:46 +00:00
|
|
|
# New ports collection makefile for: dxpc
|
|
|
|
# Version required: 3.7.0
|
|
|
|
# Date created: 2 May 1998
|
|
|
|
# Whom: Bruce A. Mah <bmah@ca.sandia.gov>
|
|
|
|
#
|
1998-08-05 09:31:52 +00:00
|
|
|
# $Id: Makefile,v 1.1.1.1 1998/05/17 06:27:45 mph Exp $
|
1998-05-17 06:27:46 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
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
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1998-05-17 06:27:46 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
strip ${PREFIX}/bin/dxpc
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|