1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/archivers/gshar+gunshar/Makefile
Satoshi Asami 19e38c2e9f Add MAINTAINER= ache@FreeBSD.ORG to Andrey's ports. Clean up
some Makefiles along the way.
1995-04-12 04:56:21 +00:00

19 lines
509 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.4 1995/04/01 12:43:21 jkh Exp $
#
DISTNAME= sharutils-4.1.4
CATEGORIES+= archivers
MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
INSTALL_TARGET= install install-man
.include <bsd.port.mk>