- remove license type, FAKE=Yes and unnecessary patch
- GNU_CONFIGURE -> CONFIGURE_STYLE - replace bad master sites - add @comment with RCS id to PLIST
This commit is contained in:
parent
a287632d9f
commit
a2c3059b57
@ -1,32 +1,29 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2000/04/03 20:38:32 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2000/07/03 05:08:56 brad Exp $
|
||||
|
||||
DISTNAME= wterm-6.2.6
|
||||
CATEGORIES= x11
|
||||
NEED_VERSION= 1.230
|
||||
MASTER_SITES= http://wm.current.nu/files/
|
||||
NEED_VERSION= 1.310
|
||||
MASTER_SITES= ftp://ftp.kddlabs.co.jp/.10/X11/acontrib/wterm/ \
|
||||
ftp://ftp.riken.go.jp/pub/X11/acontrib/wterm/
|
||||
|
||||
BUILD_DEPENDS= wmaker::x11/windowmaker
|
||||
RUN_DEPENDS= wmaker::x11/windowmaker
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
LICENSE_TYPE= GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
BUILD_DEPENDS= wmaker::x11/windowmaker
|
||||
RUN_DEPENDS= wmaker::x11/windowmaker
|
||||
|
||||
USE_X11= Yes
|
||||
GNU_CONFIGURE= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
CONFIGURE_ARGS+=--enable-utmp --enable-wtmp \
|
||||
--with-xpm --enable-xpm-background --enable-transparency \
|
||||
--enable-xgetdefault
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
FAKE= Yes
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/src/wterm ${PREFIX}/bin
|
||||
@chmod 4755 ${PREFIX}/bin/wterm
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,15 +0,0 @@
|
||||
--- autoconf/config.h.in.orig Sun Oct 31 13:37:38 1999
|
||||
+++ autoconf/config.h.in Sun Oct 31 13:38:16 1999
|
||||
@@ -147,10 +147,10 @@
|
||||
#undef HAVE_UTMP_HOST
|
||||
|
||||
/* Define location of utmp/utmpx */
|
||||
-#undef RXVT_UTMP_FILE
|
||||
+#define RXVT_UTMP_FILE "/var/run/utmp"
|
||||
|
||||
/* Define location of wtmp */
|
||||
-#undef RXVT_WTMP_FILE
|
||||
+#define RXVT_WTMP_FILE "/var/log/wtmp"
|
||||
|
||||
/* Define location of ttys/ttytab */
|
||||
#undef TTYTAB_FILENAME
|
@ -1,2 +1,3 @@
|
||||
@comment $OpenBSD: PLIST,v 1.3 2000/07/03 05:08:57 brad Exp $
|
||||
bin/wterm
|
||||
@exec chmod 4755 %D/bin/wterm
|
||||
|
Loading…
Reference in New Issue
Block a user