blob: 6ada2ec20b38c651805ded085823dc6496d2830c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# Ports collection makefile for: Slay
# Date created: Sun Mar 12 02:26:49 GMT 2000
# Whom: scorpio@drkshdw.org
#
# $FreeBSD$
#
PORTNAME= Slay
PORTVERSION= 1.2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= system/admin/idle
DISTNAME= ${PORTNAME}.${PORTVERSION}
MAINTAINER= scorpio@drkshdw.org
NO_BUILD= "binary distribution"
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/slay ${PREFIX}/bin
.include <bsd.port.mk>
|