freebsd-ports/archivers/nomarch/Makefile

30 lines
630 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: nomarch
# Date created: Nov 5, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= nomarch
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= archivers
MASTER_SITES= ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/compress
2003-07-12 12:37:39 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 11:44:59 +01:00
COMMENT= Extracts files from the old `.arc' archive format
USE_GETOPT_LONG=yes
2005-10-13 11:56:32 +02:00
MAKE_ARGS= CC="${CC}" CFLAGS="${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
MAN1= nomarch.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/nomarch
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nomarch ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nomarch.1 ${MAN1PREFIX}/man/man1
.include <bsd.port.mk>