openbsd-ports/x11/eterm/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

42 lines
1.0 KiB
Makefile

# $OpenBSD: Makefile,v 1.18 2003/10/08 17:13:16 sturm Exp $
COMMENT= "color X11 terminal emulator with transparency support"
COMMENT-kanji= "color japanese terminal emulator with transparency support"
PKGNAME= eterm-0.8.10
FULLPKGNAME-kanji= ja-eterm-0.8.10
DISTNAME= Eterm-0.8.10
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=eterm/}
HOMEPAGE= http://eterm.sourceforge.net/
LIB_DEPENDS= Imlib.19::graphics/imlib
# GPL with some custom licenses
PERMIT_PACKAGE_CDROM= "may not sell"
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= "may not sell"
PERMIT_DISTFILES_FTP= Yes
USE_X11= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
CONFIGURE_ARGS+= --enable-static
FLAVORS= kanji
FLAVOR?=
.if ${FLAVOR:L:Mkanji}
CFLAGS+= -DKANJI
CATEGORIES+= japanese
.endif
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/Eterm
${INSTALL_DATA} ${WRKSRC}/ReleaseNotes ${PREFIX}/share/doc/Eterm
${INSTALL_DATA} ${WRKSRC}/doc/Eterm.tcap ${PREFIX}/share/doc/Eterm
${INSTALL_DATA} ${WRKSRC}/doc/Eterm.ti ${PREFIX}/share/doc/Eterm
.include <bsd.port.mk>