1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/net-im/gaim/Makefile
Michael Haro e55d4974b3 Send the port bloat to DISTFILES.
Noticed by: Chuck Robey <chuckr@picnic.mat.net>
1999-04-20 02:31:23 +00:00

38 lines
1022 B
Makefile

# New ports collection makefile for: gaim
# Version required: 0.1
# Date created: 26 Mar 1999
# Whom: Jim Mock <jim@phrantic.phear.net>
#
# $Id: Makefile,v 1.1.1.1 1999/04/19 00:15:51 mharo Exp $
#
DISTNAME= gaim-19990311
PKGNAME= gaim-0.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
http://www.freebsd.org/~mharo/distfiles/ \
ftp://ftp.netmug.org/pub/FreeBSD/distfiles/
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} logo.xpm
MAINTAINER= jim@phrantic.phear.net
LIB_DEPENDS= gtk12.1:${PORTSDIR}/x11-toolkits/gtk12
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
ALL_TARGET= gaim
USE_GMAKE= yes
USE_X_PREFIX= yes
CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk12-config"
post-patch:
${CP} ${DISTDIR}/logo.xpm ${WRKSRC}/pixmaps
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gaim ${PREFIX}/bin
@ ${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>