mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
595ed94d5d
PR: ports/101077 Submitted by: chinsan <chinsan dot tw_AT_gmail dot com>
29 lines
614 B
Makefile
29 lines
614 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: nomarch
|
|
# Date created: Nov 5, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nomarch
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= archivers
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= utils/compress
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Extracts files from the old `.arc' archive format
|
|
|
|
USE_GETOPT_LONG=yes
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
|
|
|
|
MAN1= nomarch.1
|
|
PLIST_FILES= bin/nomarch
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/nomarch.1 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|