mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1237fcc3ed
things, but it works. If anyone wants to change it, feel free to do so.
33 lines
656 B
Makefile
33 lines
656 B
Makefile
# New ports collection makefile for: everybuddy
|
|
# Date created: 1 Mar 2000
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= everybuddy
|
|
PORTVERSION= 0.1.4-2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.everybuddy.com/files/
|
|
|
|
MAINTAINER= jim@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
|
|
esd.2:${PORTSDIR}/audio/esound
|
|
|
|
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_X_PREFIX= yes
|
|
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
|
|
GLIB_CONFIG="${GLIB_CONFIG}"
|
|
|
|
MAN1= everybuddy.1
|
|
|
|
post-patch:
|
|
@${CP} ${FILESDIR}/config.h ${WRKSRC}/src
|
|
|
|
.include <bsd.port.mk>
|