Index: head/editors/xenon/Makefile =================================================================== --- head/editors/xenon/Makefile (revision 23805) +++ head/editors/xenon/Makefile (revision 23806) @@ -1,34 +1,33 @@ # New ports collection makefile for: xenon # Version required: 0.6.6 # Date created: 22 October 1999 # Whom: Chris D. Faulhaber # # $FreeBSD$ # DISTNAME= xenon-0.6.6 CATEGORIES= editors MASTER_SITES= ftp://ftp.proximity.com.au/pub/xenon/ -MAINTAINER= jedgar@fxp.org +MAINTAINER= jedgar@FreeBSD.org LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes -USE_GMAKE= yes MAN1= xe.1 pre-patch: @${CP} ${WRKSRC}/makefiles/Makefile.Linux ${WRKSRC}/makefiles/Makefile.FreeBSD do-configure: @cd ${WRKSRC}; ${LN} -sf makefiles/Makefile.FreeBSD Makefile do-install: @${INSTALL_PROGRAM} ${WRKSRC}/xe ${PREFIX}/bin @${INSTALL_MAN} ${WRKSRC}/xe.1 ${PREFIX}/man/man1 @${MKDIR} ${PREFIX}/share/examples/xe @${INSTALL_DATA} ${WRKSRC}/xerc ${PREFIX}/share/examples/xe/sample.xerc .include Property changes on: head/editors/xenon/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.3 \ No newline at end of property +1.4 \ No newline at end of property Index: head/editors/xenon/files/patch-ab =================================================================== --- head/editors/xenon/files/patch-ab (revision 23805) +++ head/editors/xenon/files/patch-ab (revision 23806) @@ -1,25 +1,30 @@ --- makefiles/Makefile.FreeBSD.orig Fri Oct 22 00:20:20 1999 +++ makefiles/Makefile.FreeBSD Fri Oct 22 18:36:19 1999 @@ -6,18 +6,18 @@ include makefiles/Makefile.common -CC = c++ +CC = $(CXX) #CC = /usr/local/bin/c++ -OPTIMIZER = -O2 +#OPTIMIZER = -O2 #ARCH = -b i586-pc-linux-gnulibc1 ARCH = # For making a dso, add -fPIC -CCFLAGS = $(OPTIMIZER) -pipe -Wall -fno-exceptions +CCFLAGS = $(CXXFLAGS) $(CFLAGS) -INCLUDES = -I$(XEINC) +INCLUDES = -I$(XEINC) -I/usr/X11R6/include LIBS = -L/usr/X11R6/lib -lXpm -lX11 backup: +@@ -29,4 +29,3 @@ + floppy: + cd ..;tar -cvzf /dev/fd0 $(BACKUP) + +--include $(DEPEND) Property changes on: head/editors/xenon/files/patch-ab ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property