aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pwg/Makefile
blob: 815716e2d778d4340f5af522af9f2af771db380d (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
# New ports collection makefile for:    pwg
# Date created:             19 May 2003
# Whom:                 Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
#

PORTNAME=   pwg
PORTVERSION=    0.2
CATEGORIES= sysutils kde
MASTER_SITES=   http://www.8ung.at/tuxsoft/pwg/

MAINTAINER= ponomarew@oberon.net
COMMENT=    A small tool to generate secure, random passwords

USE_BZIP2=  yes
USE_KDELIBS_VER=3
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"

.include <bsd.port.mk>