1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/pwg/Makefile
Kirill Ponomarev 7483779e32 - Update MASTER_SITES and WWW: line
PR:		ports/65537
Submitted by:	Ports Fury
2004-04-14 18:51:37 +00:00

26 lines
546 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
PORTREVISION= 2
CATEGORIES= sysutils kde
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
USE_GMAKE= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>