635a09d3b1
o modify patch-aa to match my current taste: don't remove CFLAGS line, just change '=' to '+=' and remove -O switch o don't hack install target in ipw's Makefile any longer, it's easier to install binary in do-install target in pkg's Makefile (we already have the post-install target as it installs README file, so I hope it's ok)
18 lines
481 B
Makefile
18 lines
481 B
Makefile
# $NetBSD: Makefile,v 1.2 2001/06/13 14:37:32 zuntum Exp $
|
|
#
|
|
|
|
DISTNAME= ipw-3.3a
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= mipam@ibb.net,zuntum@netbsd.org
|
|
HOMEPAGE= http://mjhb.marina-del-rey.ca.us/ipw/
|
|
COMMENT= "whois" replacement that automatically queries several databases
|
|
|
|
WRKSRC= ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ipw ${PREFIX}/bin
|
|
${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/ipw.README
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|