blob: 66a45d22b0f7323a3764cb95314d9cb7bade89dd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# New ports collection makefile for: gshar+gunshar
# Version required: 4.1.4
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.3 1995/03/26 02:21:14 ache Exp $
#
DISTNAME= sharutils-4.1.4
MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/
CATEGORIES+= archivers
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
INSTALL_TARGET= install install-man
.include <bsd.port.mk>
|