aboutsummaryrefslogtreecommitdiff
path: root/textproc/bibutils/Makefile
blob: 9c2bb8bedb10cb846ce55abf7716fa6cb288d53f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
PORTNAME=	bibutils
PORTVERSION=	7.2
CATEGORIES=	textproc
MASTER_SITES=	SF/bibutils/
DISTNAME=	bibutils_${PORTVERSION}
EXTRACT_SUFX=	_src.tgz

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	Program set interconverts between various bibliography formats
WWW=		https://sourceforge.net/projects/bibutils/

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/Copying

USES=		cpe gmake

HAS_CONFIGURE=	yes
TEST_TARGET=	test

CPE_VENDOR=	bibutils_project

CONFLICTS_INSTALL=	bib2html # bin/bib2xml

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/*

.include <bsd.port.mk>