freebsd-ports/archivers/sharutils/Makefile

24 lines
614 B
Makefile
Raw Normal View History

1994-12-28 05:44:59 +01:00
# New ports collection makefile for: gshar+gunshar
1995-03-26 04:21:28 +02:00
# Version required: 4.1.4
1994-12-28 05:44:59 +01:00
# Date created: 28 Dec 1994
# Whom: ache
#
# $Id: Makefile,v 1.6 1995/04/16 01:44:03 ache Exp $
1994-12-28 05:44:59 +01:00
#
1995-03-26 04:21:28 +02:00
DISTNAME= sharutils-4.1.4
CATEGORIES+= archivers
1995-04-16 03:44:03 +02:00
MASTER_SITES= ftp://ftp.iro.umontreal.ca/pub/contrib/pinard/gnu/
MAINTAINER= ache@FreeBSD.ORG
GNU_CONFIGURE= yes
1994-12-28 05:44:59 +01:00
CONFIGURE_ARGS= --program-prefix=g --disable-uucode --prefix=${PREFIX}
1994-12-28 06:08:54 +01:00
INSTALL_TARGET= install install-man
1994-12-28 05:44:59 +01:00
post-patch:
@touch ${WRKSRC}/stamp-cod
@touch ${WRKSRC}/sharutils.cod
@touch ${WRKSRC}/locale.c
1994-12-28 05:44:59 +01:00
.include <bsd.port.mk>