1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/net/samba-devel/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

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>