freebsd-ports/x11-toolkits/rep-gtk2/Makefile
Alexey Dokuchaev 5233ecbf64 - Update to the latest stable version to date, 0.90.8.2
- Remove CPPFLAGS/LDFLAGS augmentation, it is not needed
- Sort USES, make COMMENT more in line with pkg-descr
- Remove @dirrm lines from pkg-plist and convert to PLIST_FILES
  since it is down to four lines now
2014-11-23 12:27:00 +00:00

25 lines
608 B
Makefile

# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
# $FreeBSD$
PORTNAME= rep-gtk2
PORTVERSION= 0.90.8.2
PORTEPOCH= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/
DISTNAME= rep-gtk_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= GTK+-2 bindings for rep Lisp interpreter
LICENSE= GPLv2
LIB_DEPENDS= librep.so:${PORTSDIR}/lang/librep
USES= gmake libtool pathfix pkgconfig tar:xz
GNU_CONFIGURE= yes
USE_GNOME= gtk20
PLIST_FILES= include/rep-gtk/rep-gtk.h lib/rep/gui/gtk-2/gtk.a \
lib/rep/gui/gtk-2/gtk.so libdata/pkgconfig/rep-gtk.pc
.include <bsd.port.mk>