mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
5ad79257de
distribution itself. Approved by: maintainer
31 lines
709 B
Makefile
31 lines
709 B
Makefile
# New ports collection makefile for: yank
|
|
# Date created: 28 November 1999
|
|
# Whom: Chris D. Faulhaber <jedgar@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= yank
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= http://home.ins.de/~m.hussmann/software/yank/
|
|
|
|
MAINTAINER= jedgar@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \
|
|
xml.5:${PORTSDIR}/textproc/libxml
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_BZIP2= yes
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
GLIB_CONFIG="${GLIB_CONFIG}" \
|
|
GTK_CONFIG="${GTK_CONFIG}" \
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
.include <bsd.port.mk>
|