mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
2416048dd0
by all these ports). - Fix up the maintainer's email address - Fix up some grammar/spelling issues PR: 12751, 12753, 12754, 12755, 12756, 12757 Submitted by: CHOI Junho <cjh@kr.freebsd.org>, maintainer
31 lines
845 B
Makefile
31 lines
845 B
Makefile
# New ports collection makefile for: gau
|
|
# Version required: 0.3.1
|
|
# Date created: 23 Jul 1998
|
|
# Whom: CHOI Junho <cjh@kr.freebsd.org>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/04/01 02:30:04 taoka Exp $
|
|
#
|
|
|
|
DISTNAME= gau-0.3.1
|
|
PKGNAME= ko-gau-0.3.1
|
|
CATEGORIES= korean comms x11
|
|
MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \
|
|
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
|
|
|
|
MAINTAINER= cjh@kr.freebsd.org
|
|
|
|
LIB_DEPENDS= gtk10.1:${PORTSDIR}/korean/gtk10
|
|
RUN_DEPENDS= lrz:${PORTSDIR}/comms/lrzsz \
|
|
${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk10-config" \
|
|
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lxpg4"
|
|
|
|
post-install:
|
|
${RMDIR} ${PREFIX}/doc/gau-0.3.1/doc
|
|
|
|
.include <bsd.port.mk>
|