c98cfd116d
PLISTs. Note: I know that this is going to break some symlinks and/or .so includes, I will back some of these out as I run into these during package building.
22 lines
510 B
Makefile
22 lines
510 B
Makefile
# New ports collection makefile for: mpack
|
|
# Version required: 1.5
|
|
# Date created: 1 May 1995
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.5 1996/11/10 21:31:57 obrien Exp $
|
|
#
|
|
|
|
DISTNAME= mpack-1.5-src
|
|
PKGNAME= mpack-1.5
|
|
CATEGORIES= mail news
|
|
MASTER_SITES= ftp://ftp.andrew.cmu.edu/pub/mpack/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ache@FreeBSD.ORG
|
|
|
|
WRKSRC= ${WRKDIR}/mpack
|
|
MAKEFLAGS= -DDESTDIR=${PREFIX} -f
|
|
MAN1= mpack.1 munpack.1
|
|
|
|
.include <bsd.port.mk>
|