aboutsummaryrefslogtreecommitdiff
path: root/converters/recode/Makefile
blob: 5481a3296fc124f63b09fd5cb5bc6cd778225e32 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:	recode
# Date created:		14 Jul 1995
# Whom:			torstenb@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	recode
PORTVERSION=	3.5
CATEGORIES=	converters
MASTER_SITES=	${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR=	recode

MAINTAINER=	torstenb@FreeBSD.org

USE_LIBTOOL=	yes
INSTALL_SHLIBS=	yes

MAN1=		recode.1

.include <bsd.port.mk>