freebsd-ports/databases/animenfo-client-gtk/Makefile
John Marino 8f3cf904a9 databases category: Remove $PTHREAD_LIBS
Note: virtuoso did not pass check-plist from before, so it was fixed.

approved by:	PTHREAD blanket
2015-03-25 09:33:52 +00:00

24 lines
543 B
Makefile

# $FreeBSD$
PORTNAME= animenfo
PORTVERSION= 20020819
PORTREVISION= 10
CATEGORIES= databases
MASTER_SITES= http://www.animenfo.com/extension/files/
PKGNAMESUFFIX= -client-gui-gtk${PKGNAMESUFFIX2}
DISTNAME= ${PORTNAME}-client-gui-gtk
MAINTAINER= ports@FreeBSD.org
COMMENT= AnimeNfo client with GTK support
LICENSE= GPLv2
USES= pkgconfig gettext gmake tar:tgz
USE_GNOME= gtk20
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
CFLAGS+= ${CPPFLAGS}
LDFLAGS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/animenfo-client-gtk
.include <bsd.port.mk>