mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
22 lines
395 B
Makefile
22 lines
395 B
Makefile
# New ports collection makefile for: mergelog
|
|
# Date created: Jun 25, 2002
|
|
# Whom: Anton Berezin <tobez@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mergelog
|
|
PORTVERSION= 4.5
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= tobez@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= mergelog.1 zmergelog.1
|
|
|
|
.include <bsd.port.mk>
|