mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
20 lines
407 B
Makefile
20 lines
407 B
Makefile
# Created by: ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mpack
|
|
PORTVERSION= 1.6
|
|
PORTREVISION= 3
|
|
CATEGORIES= converters mail news
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
|
|
|
|
MAINTAINER= dinoex@FreeBSD.org
|
|
COMMENT= External MIME packer/unpacker
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/mpack bin/munpack \
|
|
man/man1/mpack.1.gz man/man1/munpack.1.gz
|
|
|
|
.include <bsd.port.mk>
|