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> |