blob: e2680fcd307ae82433c1a9e5ebee92ab0cb19529 (
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
28
29
|
# New ports collection makefile for: bsdconv
# Date created: 23 May 2009
# Whom: buganini@gmail.com
#
# $FreeBSD$
#
PORTNAME= bsdconv
PORTVERSION= 3.6.2
CATEGORIES= converters
MASTER_SITES= http://security-hole.info/distfile/
DISTNAME= buganini-bsdconv-3.6.2-0-g66aab4b
MAINTAINER= buganini@gmail.com
COMMENT= BSD licensed charset/encoding converter library
USE_LDCONFIG= yes
MAKE_ARGS= PREFIX=${PREFIX}
WRKSRC= ${WRKDIR}/buganini-bsdconv-66aab4b
.include <bsd.port.pre.mk>
#.if ${OSVERSION} < 701101
EXTRA_PATCHES= ${FILESDIR}/extra-patch-strndup
#.endif
.include <bsd.port.post.mk>
|