aboutsummaryrefslogtreecommitdiffstats
path: root/converters/recode/Makefile
blob: 146d849c9475031733328b4d1ef2084fe673fbc6 (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
INSTALLS_SHLIB= yes

MAN1=       recode.1

.include <bsd.port.mk>