mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
22 lines
467 B
Makefile
22 lines
467 B
Makefile
# 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= star
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A program to create encrypted tar archives
|
|
|
|
PLIST_FILES= bin/sectar
|
|
USE_GETOPT_LONG= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|