View | Details | Raw Unified | Return to bug 65537
Collapse All | Expand All

(-)sysutils/pwg/Makefile (-11 / +7 lines)
Lines 9-29 Link Here
9
PORTVERSION=	0.2
9
PORTVERSION=	0.2
10
PORTREVISION=	2
10
PORTREVISION=	2
11
CATEGORIES=	sysutils kde
11
CATEGORIES=	sysutils kde
12
MASTER_SITES=	http://www.8ung.at/tuxsoft/pwg/
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	${PORTNAME}
13
14
14
MAINTAINER=	ports@FreeBSD.org
15
MAINTAINER=	ports@FreeBSD.org
15
COMMENT=	A small tool to generate secure, random passwords
16
COMMENT=	A small tool to generate secure, random passwords
16
17
17
USE_BZIP2=	yes
18
USE_BZIP2=	yes
18
USE_KDELIBS_VER=3
19
USE_KDELIBS_VER=	3
19
GNU_CONFIGURE=	yes
20
USE_GMAKE=	yes
20
USE_GMAKE=	yes
21
USE_REINPLACE=	yes
21
GNU_CONFIGURE=	yes
22
CONFIGURE_TARGET=
23
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
24
CONFIGURE_ENV+=	LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
25
26
pre-configure:
27
	${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
28
22
29
.include <bsd.port.mk>
23
.include <bsd.port.pre.mk>
24
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
25
.include <bsd.port.post.mk>
(-)sysutils/pwg/pkg-descr (-1 / +1 lines)
Lines 1-4 Link Here
1
PwG is a small tool to generate secure, random passwords. It's
1
PwG is a small tool to generate secure, random passwords. It's
2
based on the KDE-3.1 and QT-3.1 libs.
2
based on the KDE-3.1 and QT-3.1 libs.
3
3
4
WWW: http://www.8ung.at/tuxsoft/pwg.html
4
WWW: http://pwg.sourceforge.net/

Return to bug 65537