freebsd-ports/graphics/gcolor/Makefile

28 lines
586 B
Makefile
Raw Normal View History

# New ports collection makefile for: gcolor
# Date created: 20 Feb 2000
# Whom: Will Andrews <andrews@technologist.com>
#
# $FreeBSD$
#
PORTNAME= gcolor
PORTVERSION= 0.4
PORTREVISION= 5
2000-10-05 08:36:23 +02:00
CATEGORIES= graphics x11
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:08:19 +01:00
COMMENT= GTK-based color picker
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/gcolor
USE_GNOME= gtk12
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
2000-10-05 08:36:23 +02:00
pre-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
2000-10-05 08:36:23 +02:00
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>