1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/sectar/Makefile
Steve Price 451f2f813e Update to version 1.01.
PR:		25397
Submitted by:	maintainer
2001-02-27 03:05:39 +00:00

24 lines
556 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.01
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= star
MAINTAINER= greid@ukug.uk.freebsd.org
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CFLAGS} -I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib -lgnugetopt"
USE_LIBTOOL= yes
.include <bsd.port.mk>