mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
4a4bdbebaf
manpages from PLIST to Makefile. Submitted by: bento (first part)
27 lines
554 B
Makefile
27 lines
554 B
Makefile
# New ports collection makefile for: rkive
|
|
# Date created: 03 Jul 1995
|
|
# Whom: torstenb@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rkive
|
|
PORTVERSION= 3.1
|
|
CATEGORIES= news
|
|
MASTER_SITES= ftp://ftp.vmunix.org/pub/misc/rkive/
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
NO_CDROM= "Don't make money from it"
|
|
MAN1= rkive.1 article.1 ckconfig.1
|
|
MAN5= rkive.5
|
|
MANCOMPRESSED= yes
|
|
|
|
pre-patch:
|
|
@${CP} ${WRKSRC}/Makefile.dst ${WRKSRC}/Makefile
|
|
@${CP} ${WRKSRC}/rkive.h.dst ${WRKSRC}/rkive.h
|
|
|
|
.include <bsd.port.mk>
|