mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
21 lines
341 B
Makefile
21 lines
341 B
Makefile
|
# New ports collection makefile for: sls
|
||
|
# Version required: 1.00
|
||
|
# Date created: 16. Dec 97
|
||
|
# Whom: sec@42.org
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= sls
|
||
|
PKGNAME= sls-1.00
|
||
|
CATEGORIES= misc
|
||
|
MASTER_SITES= ftp://ftp.cse.psu.edu/pub/src/
|
||
|
|
||
|
MAINTAINER= sec@42.org
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/sls
|
||
|
|
||
|
MAN1= sls.1
|
||
|
|
||
|
.include <bsd.port.mk>
|