mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-26 05:02:18 +00:00
ae2643a80f
- Don't use O_EXCL. [1] - Rename touched patches to patch-<patched file> format. - Import some fixes from Debian. PR: ports/93967 [1] Submitted by: Paul Schmehl <pauls@utdallas.edu> [1]
26 lines
518 B
Makefile
26 lines
518 B
Makefile
# New ports collection makefile for: mpack
|
|
# Date created: 1 May 1995
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mpack
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= converters mail news
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= External MIME packer/unpacker
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mpack.1 munpack.1
|
|
|
|
PLIST_FILES= bin/mpack bin/munpack
|
|
|
|
.include <bsd.port.mk>
|