285d61c0a3
- Take MAINTAINER
31 lines
807 B
Makefile
31 lines
807 B
Makefile
# Created by: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= rep-gtk2
|
|
PORTVERSION= 0.90.8.3
|
|
PORTEPOCH= 1
|
|
CATEGORIES= x11-toolkits
|
|
MASTER_SITES= http://download.tuxfamily.org/librep/rep-gtk/
|
|
DISTNAME= rep-gtk_${PORTVERSION}
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= GTK+-2 bindings for rep Lisp interpreter
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= librep.so:lang/librep \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libfreetype.so:print/freetype2
|
|
|
|
USES= autoreconf gmake libtool pathfix pkgconfig tar:xz
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= cairo gdkpixbuf2 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
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/rep/gui/gtk-2/gtk.so
|
|
|
|
.include <bsd.port.mk>
|