a5da770e67
Xorg is now looking in ${LOCALBASE}/share/fonts by default Xorg now accepts symlinks in etc/X11/fontpath.d (as decribed in Xserver(1)) Large cleanup on lots of font ports All fonts are now properly dynamically generating fonts.dir and fonts.scale instead of sometime overwriting existing ones) All fonts are generating fontconfig's cache Improve consistency in fonts ports
26 lines
633 B
Makefile
26 lines
633 B
Makefile
# Created by: Junho CHOI <junho.choi@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gtkcomm
|
|
PORTVERSION= 0.8.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= korean comms
|
|
MASTER_SITES= http://kldp.net/frs/download.php/480/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Serial controlling software, with gtk+ widget
|
|
|
|
LICENSE= GPLv2
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/share/fonts/baekmukfonts/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
|
|
|
USES= gettext pathfix perl5 pkgconfig
|
|
PATHFIX_MAKEFILEIN= Makefile*in
|
|
USE_PERL5= build
|
|
USE_GNOME= glib20 gtk20
|
|
USE_XORG= x11
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib -lX11
|
|
|
|
.include <bsd.port.mk>
|