mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
21 lines
374 B
Makefile
21 lines
374 B
Makefile
# New ports collection makefile for: fortunelock
|
|
# Date created: 25 April 2000
|
|
# Whom: Daniel Harris <dannyboy@subdimension.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fortunelock
|
|
PORTVERSION= 0.1.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://capsi.cx/src/fortunelock/
|
|
|
|
MAINTAINER= dannyboy@FreeBSD.org
|
|
|
|
USE_BZIP2= yes
|
|
|
|
MAN1= fortunelock.1
|
|
MANCOMPRESSED= no
|
|
|
|
.include <bsd.port.mk>
|