2003-05-19 13:25:00 +00:00
|
|
|
# New ports collection makefile for: pwg
|
|
|
|
# Date created: 19 May 2003
|
|
|
|
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= pwg
|
|
|
|
PORTVERSION= 0.2
|
2005-11-05 05:22:06 +00:00
|
|
|
PORTREVISION= 4
|
2003-05-19 13:25:00 +00:00
|
|
|
CATEGORIES= sysutils kde
|
2004-04-14 18:51:37 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-05-19 13:25:00 +00:00
|
|
|
|
2004-01-07 20:13:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-05-19 13:25:00 +00:00
|
|
|
COMMENT= A small tool to generate secure, random passwords
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_KDELIBS_VER=3
|
2003-05-19 13:25:00 +00:00
|
|
|
USE_GMAKE= yes
|
2006-02-23 10:40:44 +00:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-08-04 13:28:08 +00:00
|
|
|
|
2004-05-21 22:23:08 +00:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|