diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:51:37 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-14 18:51:37 +0000 |
commit | 7483779e325f2a04fed4c62f46a1a62d48b0b254 (patch) | |
tree | 68b2190a71400e20c861ba5054b58a5a091f5b93 /sysutils/pwg/Makefile | |
parent | - Update to version 0.4.2 (diff) |
- Update MASTER_SITES and WWW: line
PR: ports/65537
Submitted by: Ports Fury
Diffstat (limited to 'sysutils/pwg/Makefile')
-rw-r--r-- | sysutils/pwg/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/sysutils/pwg/Makefile b/sysutils/pwg/Makefile index bd10c33914e4..a0d3d3f29884 100644 --- a/sysutils/pwg/Makefile +++ b/sysutils/pwg/Makefile @@ -9,21 +9,17 @@ PORTNAME= pwg PORTVERSION= 0.2 PORTREVISION= 2 CATEGORIES= sysutils kde -MASTER_SITES= http://www.8ung.at/tuxsoft/pwg/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A small tool to generate secure, random passwords USE_BZIP2= yes -USE_KDELIBS_VER=3 -GNU_CONFIGURE= yes +USE_KDELIBS_VER= 3 USE_GMAKE= yes -USE_REINPLACE= yes -CONFIGURE_TARGET= -CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" - -pre-configure: - ${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure +GNU_CONFIGURE= yes -.include <bsd.port.mk> +.include <bsd.port.pre.mk> +.include "${PORTSDIR}/x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> |