freebsd-ports/korean/hanIM/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

29 lines
664 B
Makefile

# New ports collection makefile for: hanIM
# Date created: 17 Mar 1998
# Whom: CHOI Junho <cjh@kr.freebsd.org
#
# $FreeBSD$
#
PORTNAME= hanIM
PORTVERSION= 1.2.1
PORTREVISION= 2
CATEGORIES= korean x11
MASTER_SITES= ftp://ftp.mizi.com/pub/hanIM/
MAINTAINER= cjh@FreeBSD.org
COMMENT= Mizi Research's Korean X11 Input Method
RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
USE_IMAKE= YES
USE_XORG= xpm
WRKSRC= ${WRKDIR}/hanIM
post-install:
${MKDIR} ${PREFIX}/share/doc/hanIM
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE \
${PREFIX}/share/doc/hanIM/
.include <bsd.port.mk>