c327817524
PR: 139513 139525 139525 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer)
27 lines
544 B
Makefile
27 lines
544 B
Makefile
# New ports collection makefile for: bsdconv
|
|
# Date created: 23 May 2009
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 3.5
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://security-hole.info/distfile/
|
|
DISTNAME= buganini-bsdconv-c14ef1b
|
|
|
|
MAINTAINER= buganini@gmail.com
|
|
COMMENT= BSD licensed charset/encoding converter library
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
#.if ${OSVERSION} < 701101
|
|
EXTRA_PATCHES= ${FILESDIR}/extra-patch-strndup
|
|
#.endif
|
|
|
|
.include <bsd.port.post.mk>
|