blob: f9def78315ce003fabfb2f6f0f3cce9dd9842186 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: sectar
# Date created: 22 January 2001
# Whom: George Reid <greid@ukug.uk.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= sectar
PORTVERSION= 1.02
CATEGORIES= archivers
MASTER_SITES= SF/star/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A program to create encrypted tar archives
PLIST_FILES= bin/sectar
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|