mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
54a0b86543
in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run.
35 lines
835 B
Makefile
35 lines
835 B
Makefile
# New ports collection makefile for: ja-celrw
|
|
# Date created: 13 Nov 2001
|
|
# Whom: IWASHITA Yoji <shuna@pop16.odn.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= celrw
|
|
PORTVERSION= 0.12
|
|
CATEGORIES= japanese
|
|
MASTER_SITES= http://www.nurs.or.jp/~kurati/celrw/
|
|
|
|
MAINTAINER= shuna@pop16.odn.ne.jp
|
|
COMMENT= Cellular phone-number read/write tool (in Japan only)
|
|
|
|
USE_AUTOTOOLS= automake:15:env
|
|
USE_BZIP2= yes
|
|
HAS_CONFIGURE= yes
|
|
ALL_TARGET=
|
|
|
|
pre-configure:
|
|
${RM} -f ${WRKSRC}/install.sh
|
|
${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC}/install-sh
|
|
${LN} -sf ${AUTOMAKE_DIR}/config.guess ${WRKSRC}/config.guess
|
|
${LN} -sf ${AUTOMAKE_DIR}/config.sub ${WRKSRC}/config.sub
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/celrw ${PREFIX}/bin
|
|
.if !defined(NOPORTDOCS)
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|