openbsd-ports/net/xip/Makefile
turan c5965282f3 These ports have bad packing lists.
Ports tree is now unlocked.  Read the new policy first.
1999-10-26 04:56:35 +00:00

39 lines
946 B
Makefile

# Makefile for: xip
# Version required: 1.3.2
# Date created: 21 Jun 1999
# Whom: dugsong@monkey.org
#
# $OpenBSD: Makefile,v 1.4 1999/10/26 04:56:38 turan Exp $
BROKEN= bad packing lists
DISTNAME= xip-1.3.2
CATEGORIES= net
MASTER_SITES= http://www.capmedia.fr/mgall/xip/
MAINTAINER= dugsong@monkey.org
USE_AUTOCONF= yes
CONFIGURE_ENV= INCLUDES="-I${X11BASE}/include" \
LIBS="-L${X11BASE}/lib -lX11 -lXext -lXt -lXaw -lXmu"
USE_X11= yes
post-build:
@echo "(this use of mktemp has been made safe in this OpenBSD port)"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xip/xip ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/xip.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/xip/Xip.ad ${PREFIX}/lib/X11/app-defaults/Xip
${INSTALL_DATA_DIR} ${PREFIX}/lib/xip
for dir in pkc pkt ; do \
${INSTALL_DATA_DIR} ${PREFIX}/lib/xip/$$dir ; \
${INSTALL_DATA} ${WRKSRC}/lib/$$dir/* ${PREFIX}/lib/xip/$$dir ; \
done
.include <bsd.port.mk>