freebsd-ports/databases/animenfo-client-gtk/Makefile

35 lines
833 B
Makefile
Raw Normal View History

# New ports collection makefile for: animenfo-client
# Date created: 3rd August 2001
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= animenfo
PORTVERSION= 20020819
PORTREVISION= 9
CATEGORIES= databases
MASTER_SITES= http://www.animenfo.com/extension/files/
2007-01-13 05:50:11 +01:00
PKGNAMESUFFIX= -client-gui-gtk${PKGNAMESUFFIX2}
2007-02-11 21:47:27 +01:00
DISTNAME= ${PORTNAME}-client-gui-gtk
EXTRACT_SUFX= .tgz
MAINTAINER= dinoex@FreeBSD.org
COMMENT= AnimeNfo client with GTK support
2008-05-04 11:10:31 +02:00
BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config
2010-06-04 15:49:15 +02:00
LICENSE= GPLv2
USE_GMAKE= yes
USE_GETTEXT= yes
2008-05-04 01:07:44 +02:00
USE_GNOME= gtk20
GNU_CONFIGURE= yes
2008-05-04 11:10:31 +02:00
CONFIGURE_ENV= CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CPPFLAGS+= ${PTHREAD_CFLAGS} -I${LOCALBASE}/include
CFLAGS+= ${CPPFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/animenfo-client-gtk
.include <bsd.port.mk>