2001-01-23 08:04:38 +01:00
|
|
|
# New ports collection makefile for: sectar
|
|
|
|
# Date created: 22 January 2001
|
|
|
|
# Whom: George Reid <greid@ukug.uk.freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= sectar
|
2003-06-21 23:48:13 +02:00
|
|
|
PORTVERSION= 1.02
|
2001-01-23 08:04:38 +01:00
|
|
|
CATEGORIES= archivers
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= star
|
|
|
|
|
2003-11-03 08:28:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-21 23:48:13 +02:00
|
|
|
COMMENT= A program to create encrypted tar archives
|
2001-01-23 08:04:38 +01:00
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/sectar
|
2004-06-04 19:29:38 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2001-01-23 08:04:38 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|