03d6f08615
This builds on newer gcc. - Respect CC, CFLAGS - Comply new style patch filename - xchat plugin is disabled for now PR: ports/107264 Submitted by: Ying-Chieh Chen (maintainer)
30 lines
693 B
Makefile
30 lines
693 B
Makefile
# New ports collection makefile for: autoconvert
|
|
# Date created: 26 Oct 1999
|
|
# Whom: Yin-Jieh Chen <yinjieh@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= autoconvert
|
|
PORTVERSION= 0.3.16
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://people.debian.org/~ygh/
|
|
|
|
MAINTAINER= yinjieh@csie.nctu.edu.tw
|
|
COMMENT= Intelligent Chinese encoding converter
|
|
|
|
MAKE_ENV= CFLAG="${CPPFLAGS}" LIBS="${LDFLAGS}"
|
|
USE_GETOPT_LONG= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e "s|^CFLAGS|#CFLAGS|" \
|
|
${WRKSRC}/contrib/xchat-plugins/Makefile
|
|
|
|
pre-install:
|
|
@${MKDIR} ${DATADIR}
|
|
.for i in ChangeLog LICENSE Readme TODO Thanks Version
|
|
@${INSTALL_DATA} ${WRKSRC}/$i ${DATADIR}
|
|
.endfor
|
|
|
|
.include <bsd.port.mk>
|