1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/converters/mpack/Makefile
Mathieu Arnold 00d52a3e4c Remove useless WRKSRC definitions.
While there, correct DEV_WARNINGS when they occur.

Sponsored by:	Absolight
2016-05-25 15:43:34 +00:00

19 lines
361 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
GNU_CONFIGURE= yes
PLIST_FILES= bin/mpack bin/munpack \
man/man1/mpack.1.gz man/man1/munpack.1.gz
.include <bsd.port.mk>