pkgsrc/x11/dxpc/Makefile

25 lines
450 B
Makefile
Raw Normal View History

1998-01-29 14:25:12 +01:00
# New ports collection makefile for: dxpc
# Version required: 3.7.0
# Date created: 2 Januar 1998
# Whom: frueauf@ira.uka.de
#
1998-03-20 09:35:59 +01:00
# $NetBSD: Makefile,v 1.3 1998/03/20 08:35:59 mycroft Exp $
1998-01-29 14:25:12 +01:00
#
DISTNAME= dxpc-3.7.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= utilities
MAINTAINER= frueauf@netbsd.org
GNU_CONFIGURE= yes
USE_X11= yes
MAN1= dxpc.1
1998-03-20 09:35:59 +01:00
post-install:
@strip ${PREFIX}/bin/dxpc
1998-01-29 14:25:12 +01:00
.include <bsd.port.mk>