5e552a18db
PR: ports/153741 Submitted by: Kuan-Chung Chiu <buganini@gmail.com> (maintainer) Feature safe: yes
26 lines
525 B
Makefile
26 lines
525 B
Makefile
# New ports collection makefile for: bsdconv
|
|
# Date created: 23 May 2009
|
|
# Whom: buganini@gmail.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bsdconv
|
|
PORTVERSION= 4.3
|
|
CATEGORIES= converters
|
|
MASTER_SITES= http://cloud.github.com/downloads/buganini/bsdconv/
|
|
|
|
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>
|