blob: d8cccb53acaa5cf86d89883e45a8381e3fa57853 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# New ports collection makefile for: pwg
# Date created: 19 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#
PORTNAME= pwg
PORTVERSION= 0.2
PORTREVISION= 8
CATEGORIES= sysutils kde
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= A small tool to generate secure, random passwords
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_GMAKE= yes
USE_AUTOTOOLS= libtool:22
INSTALLS_ICONS= yes
post-patch:
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>
|