freebsd-ports/sysutils/pwgen/Makefile
Ade Lovett 900f2caaac BUILD_DEPENDS -> LIB_DEPENDS
Support LOCALBASE/PREFIX properly
Support install macros

PR:		21618
Submitted by:	Ports Fury (no response from maintainer)
2000-10-13 20:29:15 +00:00

21 lines
416 B
Makefile

# New ports collection makefile for: pwgen
# Date created: 22 July 2000
# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org>
#
# $FreeBSD$
#
PORTNAME= pwgen
PORTVERSION= 1.15
CATEGORIES= sysutils
MASTER_SITES= http://www.tricknology.org/ports/
MAINTAINER= oddbjorn@tricknology.org
LIB_DEPENDS= getopt.1:${PORTSDIR}/devel/libgnugetopt
WRKSRC= ${WRKDIR}/${PORTNAME}-1
MAN1= pwgen.1
.include <bsd.port.mk>