pkgsrc/x11/dxpc/Makefile

18 lines
314 B
Makefile
Raw Normal View History

1998-08-08 14:35:41 +02:00
# $NetBSD: Makefile,v 1.7 1998/08/08 12:35:42 frueauf Exp $
1998-01-29 14:25:12 +01:00
#
DISTNAME= dxpc-3.7.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
1998-01-29 14:25:12 +01:00
MASTER_SITE_SUBDIR= utilities
1998-08-08 14:35:41 +02:00
MAINTAINER= packages@netbsd.org
1998-01-29 14:25:12 +01:00
GNU_CONFIGURE= yes
USE_X11= yes
1998-01-29 14:25:12 +01:00
1998-03-20 09:35:59 +01:00
post-install:
@strip ${PREFIX}/bin/dxpc
.include "../../mk/bsd.pkg.mk"