17 lines
374 B
Makefile
17 lines
374 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/02/17 17:42:11 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= cpogm-1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/
|
|
|
|
MAINTAINER= kim@tac.nyc.ny.us
|
|
COMMENT= copy owner, group and mode of a file
|
|
|
|
USE_PERL5= yes
|
|
|
|
NO_CONFIGURE= yes
|
|
ALL_TARGET= all PREFIX=${PREFIX}
|
|
INSTALL_TARGET= install PREFIX=${PREFIX}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|