mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
22d7896c17
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories T-V. CR: D509 Approved by: portmgr (antoine)
43 lines
855 B
Makefile
43 lines
855 B
Makefile
# Created by: Nguyen Tam Chinh (chinhngt@sectorb.msk.ru)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xvnkb
|
|
PORTVERSION= 0.2.9
|
|
PORTREVISION= 9
|
|
CATEGORIES= vietnamese
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Vietnamese input method for X-Window
|
|
|
|
USE_GNOME= gtk20
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
CONFIGURE_ENV= LOCALBASE="${LOCALBASE}" XLIB_DIR="${LOCALBASE}"
|
|
|
|
.if defined(WITHOUT_XFT)
|
|
CONFIGURE_ARGS+= --no-xft
|
|
.else
|
|
USE_XORG= xft
|
|
.endif
|
|
|
|
SUB_LIST= PORTVERSION=${PORTVERSION}
|
|
SUB_FILES= pkg-message
|
|
|
|
PLIST_FILES= bin/xvnkb lib/libxvnkb.so lib/libxvnkb.so.0 lib/xvnkb.so.0.2.9
|
|
|
|
MAN1= xvnkb.1
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' ${WRKSRC}/tools/Makefile.dep
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${PREFIX}/bin/xvnkb
|
|
${INSTALL_MAN} ${FILESDIR}/xvnkb.1 ${MANPREFIX}/man/man1
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|