1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/sysutils/gok/Makefile
Joe Marcus Clarke 365016ebd4 * Update to 0.7.1
* Sort the plist
2003-05-07 17:15:34 +00:00

33 lines
818 B
Makefile

# New ports collection makefile for: gok
# Date created: 12 April 2003
# Whom: Adam Weinberger <adamw@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= gok
PORTVERSION= 0.7.1
CATEGORIES= sysutils gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.7
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME On-Screen Keyboard (GOK)
USE_X_PREFIX= yes
USE_GNOME= gnomehack gnomeprefix libgnomeui atspi libwnck
USE_REINPLACE= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|' \
${WRKSRC}/gok/word-complete.c
.include <bsd.port.mk>