freebsd-ports/sysutils/pwg/Makefile
Max Khon f3af85f50a New port: pwg
PwG is a small tool to generate secure, random passwords. It's
based on the KDE-3.1 and QT-3.1 libs.

Submitted by:	Kirill Ponomarew
2003-05-19 13:25:00 +00:00

24 lines
566 B
Makefile

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