mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
25 lines
472 B
Makefile
25 lines
472 B
Makefile
# New ports collection makefile for: imhangul
|
|
# Date created: May 26 2003
|
|
# Whom: CHOI Junho <cjh@kr.freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= imhangul
|
|
PORTVERSION= 0.9.13
|
|
PORTREVISION= 3
|
|
CATEGORIES= korean x11-toolkits
|
|
MASTER_SITES= http://kldp.net/frs/download.php/2808/
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
COMMENT= GTK+-2.0 hangul input module
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_BZIP2= yes
|
|
USE_XLIB= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gtk20
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|