mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5ce8e8e5c7
in bsd.port.mk and this helps to unify the check and install.
33 lines
746 B
Makefile
33 lines
746 B
Makefile
# New ports collection makefile for: gshar+gunshar
|
|
# Version required: 4.2
|
|
# Date created: 28 Dec 1994
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.13 1999/01/27 07:41:03 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= sharutils-4.2
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= sharutils
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g --disable-uucode
|
|
INSTALL_TARGET= install install-man
|
|
MAN1= gshar.1 gunshar.1
|
|
|
|
post-patch:
|
|
@touch ${WRKSRC}/po/sharutils.pot
|
|
|
|
post-install:
|
|
.for file in gshar gunshar
|
|
strip ${PREFIX}/bin/${file}
|
|
.endfor
|
|
.for info in remsync.info sharutils.info
|
|
install-info ${PREFIX}/info/${info} ${PREFIX}/info/dir
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|