kspillner 643228657b Update my email address & bump.
ok aja@, bcallah@, benoit@, jca@, jung@, landry@, sthen@
2014-09-18 15:15:23 +00:00

31 lines
732 B
Makefile

# $OpenBSD: Makefile,v 1.2 2014/09/18 15:15:23 kspillner Exp $
COMMENT = terminal wrapper for creating drop-down consoles
DISTNAME = yeahconsole-0.3.4
REVISION = 0
CATEGORIES = x11
HOMEPAGE = http://phrat.de/yeahtools.html
MAINTAINER = Kent R. Spillner <kspillner@openbsd.org>
# GPLv2+
PERMIT_PACKAGE_CDROM = Yes
WANTLIB += c X11
MASTER_SITES = http://phrat.de/
NO_TEST = Yes
ALL_TARGET = yeahconsole
MAKE_FLAGS += CC="${CC}" FLAGS="${CFLAGS}" \
INCLUDES="-I${X11BASE}/include" \
LIB_DIRS="-L${X11BASE}/lib"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/yeahconsole ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/yeahconsole
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/yeahconsole/
.include <bsd.port.mk>