openbsd-ports/x11/e16keyedit/Makefile
sturm 51c1e97a0f first bunch of license cleanup, some discussions about interpretation
during the release with pval@

other categories will follow once they are finished
2003-10-08 17:13:14 +00:00

26 lines
570 B
Makefile

# $OpenBSD: Makefile,v 1.4 2003/10/08 17:13:15 sturm Exp $
COMMENT= "edit enlightenment's keybindings"
DISTNAME= e16keyedit-0.2
CATEGORIES= x11
MAINTAINER= Nick Nauwelaerts <nick@nauwelaerts.net>
# X11
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.enlightenment.org/enlightenment/e16utils/
LIB_DEPENDS= gdk_imlib.19::graphics/imlib \
gtk.1.2,gdk.1.2::x11/gtk+
RUN_DEPENDS= :enlightenment-0.16*:x11/enlightenment
USE_X11= Yes
NO_REGRESS= Yes
.include <bsd.port.mk>