1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/net/gaim/Makefile

35 lines
836 B
Makefile
Raw Normal View History

# New ports collection makefile for: gaim
# Date created: 26 Mar 1999
1999-08-12 09:20:45 +00:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-30 14:24:37 +00:00
# $FreeBSD$
#
PORTNAME= gaim
2000-05-08 00:00:17 +00:00
PORTVERSION= 0.9.15
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/
1999-08-12 09:20:45 +00:00
MAINTAINER= jim@FreeBSD.org
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
1999-10-15 03:59:34 +00:00
CONFIGURE_ARGS= --disable-esd
2000-03-27 06:07:33 +00:00
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" \
GLIB_CONFIG="${GLIB_CONFIG}"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/gaim ${PREFIX}/bin
1999-08-22 19:01:07 +00:00
@${MKDIR} ${PREFIX}/share/gaim/pixmaps && ${CHMOD} a+rx ${PREFIX}/share/gaim/pixmaps
@${ECHO} "===> Installing pixmaps"
@${INSTALL_DATA} ${WRKSRC}/pixmaps/*.xpm ${PREFIX}/share/gaim/pixmaps
.include <bsd.port.mk>