freebsd-ports/multimedia/acme/Makefile

33 lines
785 B
Makefile
Raw Normal View History

# New ports collection makefile for: acme
# Date created: 15 November 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= acme
2003-11-23 04:21:26 +01:00
PORTVERSION= 2.4.2
PORTREVISION= 1
CATEGORIES= multimedia gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.4
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= Tool to make multimedia keys work on laptops
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_REINPLACE= yes
USE_GMAKE= yes
2003-04-22 06:46:36 +02:00
USE_GNOME= gnomeprefix gnomehack libgnomeui libwnck
USE_LIBTOOL_VER=13
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
2003-08-07 18:32:03 +02:00
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
${WRKSRC}/src/acme.c
.include <bsd.port.mk>