mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-14 07:43:06 +00:00
ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
18 lines
387 B
Makefile
18 lines
387 B
Makefile
# New ports collection makefile for: samba
|
|
# Version required: 1.9.08
|
|
# Date created: 11th Feb 1995
|
|
# Whom: gpalmer
|
|
#
|
|
# $Id: Makefile,v 1.2 1995/03/27 23:25:12 gpalmer Exp $
|
|
#
|
|
|
|
DISTNAME= samba-1.9.08
|
|
MASTER_SITES= ftp://nimbus.anu.edu.au/pub/tridge/samba/
|
|
CATEGORIES+= networking
|
|
MAINTAINER= gpalmer@FreeBSD.ORG
|
|
|
|
pre-install:
|
|
@mkdir -p /usr/local/samba
|
|
|
|
.include <bsd.port.mk>
|