diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2000-12-16 20:33:11 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2000-12-16 20:33:11 +0000 |
commit | 6bc0d80aaea18a149b56390de9315433b4b0d92b (patch) | |
tree | f52410e3b3d603c78755868edf98c5fd07b54276 /sysutils/yawho/Makefile | |
parent | 17938504a62a9d89ce6e419c7c8839f6bfc59c85 (diff) |
Notes
Diffstat (limited to 'sysutils/yawho/Makefile')
-rw-r--r-- | sysutils/yawho/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/yawho/Makefile b/sysutils/yawho/Makefile new file mode 100644 index 000000000000..6758c9873fb7 --- /dev/null +++ b/sysutils/yawho/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: yawho +# Date created: 16 December 2000 +# Whom: Daniel Harris <dannyboy@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= yawho +PORTVERSION= 1.2 +CATEGORIES= sysutils +MASTER_SITES= http://wizard.ae.krakow.pl/~mike/download/ + +MAINTAINER= dannyboy@FreeBSD.org + +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |