ac3066bf75
multiple catagories - I'll expect the various MAINTAINERS to make further adjustments (and add any KEYWORDS lines) themselves.
16 lines
475 B
Makefile
16 lines
475 B
Makefile
# 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>
|