freebsd-ports/archivers/gshar+gunshar/Makefile
Jordan K. Hubbard ac3066bf75 Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
1995-04-01 12:51:41 +00:00

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>