mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
74b19501bc
Anomalies found: - autoconvert was missing "zh-" in front of PKGNAME - xcin (both 2.3 and 2.5) had invalid version strings - neither of xcin ports had NO_LATEST_LINK - telnet8-1.0 thinks PKGNAME is zh-telnet-1.0 Fixed all except the last (I wasn't sure if it was intentional).
34 lines
910 B
Makefile
34 lines
910 B
Makefile
# New ports collection makefile for: zh-aterm
|
|
# Date created: 26 April 1999
|
|
# Whom: Chia-Hsing Yu <davidyu@ken.csie.ntu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= aterm
|
|
PORTVERSION= 0.3.6
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= http://members.xoom.com/sashav/aterm/ \
|
|
http://www.tigr.net/afterstep/as-apps/download/aterm/ \
|
|
http://people.FreeBSD.org/~foxfair/
|
|
|
|
MAINTAINER= davidyu@ken.csie.ntu.edu.tw
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
|
|
jpeg.9:${PORTSDIR}/graphics/jpeg \
|
|
png.3:${PORTSDIR}/graphics/png
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-transparency --enable-background-image \
|
|
--disable-delete-key --disable-backspace-key \
|
|
--enable-fading --enable-utmp --enable-wtmp --enable-big5
|
|
MAN1= aterm.1
|
|
|
|
post-patch:
|
|
${CP} ${FILESDIR}/cli_xcin.c ${WRKSRC}/src/
|
|
${CP} ${FILESDIR}/state.h ${WRKSRC}/src/
|
|
${CP} ${FILESDIR}/protocol.h ${WRKSRC}/src/
|
|
|
|
.include <bsd.port.mk>
|