mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-10 07:04:03 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
30 lines
611 B
Makefile
30 lines
611 B
Makefile
# New ports collection makefile for: gaim-slashexec
|
|
# Date created: 30 December 2005
|
|
# Whom: kevinb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= slashexec
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= guifications
|
|
PKGNAMEPREFIX= gaim-
|
|
|
|
MAINTAINER= kruptos@mlinux.org
|
|
COMMENT= Execute commands inside gaim
|
|
|
|
BUILD_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= lib/gaim/se.la lib/gaim/se.so
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
|
|
|
.include <bsd.port.mk>
|